Skip to content

Commit

Permalink
Update php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Feb 15, 2022
1 parent df6511a commit c55aa79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"amphp/amp": "^2.6",
"dms/phpunit-arraysubset-asserts": "^0.3",
"ergebnis/composer-normalize": "^2.16",
"friendsofphp/php-cs-fixer": "3.4.*",
"mll-lab/php-cs-fixer-config": "^4.4",
"nyholm/psr7": "^1.4",
"phpbench/phpbench": "^1.2",
Expand Down
4 changes: 2 additions & 2 deletions src/Type/SchemaValidationContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ private function getDirectives(object $object): NodeList

/**
* @param ObjectType|InterfaceType $type
* @param Type &NamedType $shouldBeInterface
* @param Type&NamedType $shouldBeInterface
*/
private function getImplementsInterfaceNode(ImplementingType $type, NamedType $shouldBeInterface): ?NamedTypeNode
{
Expand All @@ -656,7 +656,7 @@ private function getImplementsInterfaceNode(ImplementingType $type, NamedType $s

/**
* @param ObjectType|InterfaceType $type
* @param Type &NamedType $shouldBeInterface
* @param Type&NamedType $shouldBeInterface
*
* @return array<int, NamedTypeNode>
*/
Expand Down

0 comments on commit c55aa79

Please sign in to comment.