Skip to content

Commit

Permalink
Update src/Type/Definition/Type.php
Browse files Browse the repository at this point in the history
Co-authored-by: Benedikt Franke <[email protected]>
  • Loading branch information
ruudk and spawnia authored Nov 12, 2024
1 parent 3185ef6 commit ca6712e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Type/Definition/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ abstract class Type implements \JsonSerializable
protected static ?array $standardTypes = [];

/** @var array<string, Type&NamedType>|null */
protected static ?array $builtInTypes = null;
protected static ?array $builtInTypes;

/**
* @api
Expand Down

0 comments on commit ca6712e

Please sign in to comment.