Skip to content

Commit

Permalink
[ci-review] Rector Rectify
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 21, 2024
1 parent 96cb007 commit a24f6f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function test(string $file, int $nodePosition, Type $expectedType, bool $
$resolvedType = $this->nodeTypeResolver->getType($newNodes[$nodePosition]);
$this->assertEquals($expectedType, $resolvedType);

$this->assertEquals(
$this->assertSame(
$isObjectType,
$this->nodeTypeResolver->isObjectType(
$newNodes[$nodePosition],
Expand Down

0 comments on commit a24f6f6

Please sign in to comment.