Skip to content

Commit

Permalink
codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
peldax committed Sep 21, 2020
1 parent 1628c18 commit 186c17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Constraint/ListConstraintInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ final class ListConstraintInput extends \Graphpinator\Type\InputType
{
protected const NAME = 'ListConstraintInput';

protected function getFieldDefinition(): \Graphpinator\Argument\ArgumentSet
protected function getFieldDefinition() : \Graphpinator\Argument\ArgumentSet
{
return new \Graphpinator\Argument\ArgumentSet([
new \Graphpinator\Argument\Argument('minItems', \Graphpinator\Type\Container\Container::Int()),
Expand Down

0 comments on commit 186c17c

Please sign in to comment.