Skip to content

Commit

Permalink
fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ka committed Sep 20, 2024
1 parent 7647571 commit c7857a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Schema/AST/DocumentAST.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* directives: array<int, array<string, mixed>>,
* classNameToObjectTypeName: ClassNameToObjectTypeName,
* schemaExtensions: array<int, array<string, mixed>>,
* hash: string|null,
* hash: string,
* }
*
* @implements \Illuminate\Contracts\Support\Arrayable<string, mixed>
Expand Down

0 comments on commit c7857a7

Please sign in to comment.