Skip to content

Commit

Permalink
fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Sep 8, 2018
1 parent 49640fc commit 3dee2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AbstractAbstractFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ protected function mapFieldType(string $fieldType)

$ormType = ORMType::getType($fieldType);
if ($ormType instanceof CustomTypeInterface) {
$graphQLType = $ormType->mapGraphQLFieldType($fieldType);
$graphQLType = $ormType->mapGraphQLFieldType();
}
// @codeCoverageIgnoreStart
break;
Expand Down

0 comments on commit 3dee2e3

Please sign in to comment.