Skip to content

Commit

Permalink
fix return
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Apr 13, 2022
1 parent c788562 commit b37974f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Codegen/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ protected function parsedDocuments(): array

$parsed = static::parseDocuments($documents);

return static::validateDocuments($parsed);
static::validateDocuments($parsed);

return $parsed;
}
}

0 comments on commit b37974f

Please sign in to comment.