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 67d538e commit 2a27348
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 @@ -265,7 +265,7 @@ public function jsonSerialize(): string

public static function reset(): void
{
static::$standardTypes = [];
static::$standardTypes = null;
static::$builtInTypes = null;
}
}

0 comments on commit 2a27348

Please sign in to comment.