Skip to content

Commit

Permalink
Dummy commit to restart workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-demb committed Apr 27, 2022
1 parent ef841d2 commit a93b394
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mappers/Parameters/TypeHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ private function mapType(
?string $argumentName = null
): GraphQLType
{
$graphQlType = null;
if ($isNullable && ! $type instanceof Nullable) {
// In case a parameter has a default value, let's wrap the main type in a nullable
$type = new Nullable($type);
Expand Down

0 comments on commit a93b394

Please sign in to comment.