Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Feb 20, 2021
1 parent 91894ff commit f124a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Type/Php/MethodExistsTypeSpecifyingExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function specifyTypes(
new ObjectWithoutClassType(),
new HasMethodType($methodNameType->getValue()),
]),
new ClassStringType()
new ClassStringType(),
]),
$context
);
Expand Down

0 comments on commit f124a45

Please sign in to comment.