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 11, 2023
1 parent 20c66e5 commit b890cb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ private function resolveType(Node $node): Type
return new ConstantBooleanType(true);
}

private function resolveNativeType($node): Identifier
private function resolveNativeType(Node $node): Identifier
{
$nodeName = $this->getName($node);

Expand Down

0 comments on commit b890cb8

Please sign in to comment.