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 <benedikt@franke.tech>
  • Loading branch information
ruudk and spawnia authored Nov 12, 2024
1 parent ca6712e commit 67d538e
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 @@ -30,7 +30,7 @@ abstract class Type implements \JsonSerializable
...Introspection::TYPE_NAMES,
];

/** @var array<string, ScalarType> */
/** @var array<string, ScalarType>|null */
protected static ?array $standardTypes = [];

/** @var array<string, Type&NamedType>|null */
Expand Down

0 comments on commit 67d538e

Please sign in to comment.