Skip to content

Commit df6511a

Browse files
committed
fix syntax
1 parent 5b41769 commit df6511a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils/ASTDefinitionBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public function maybeBuildType(string $name): ?Type
171171
{
172172
return isset($this->typeDefinitionsMap[$name])
173173
? $this->buildType($name)
174-
: null
174+
: null;
175175
}
176176

177177
/**

0 commit comments

Comments
 (0)