Skip to content

Commit

Permalink
fix: update filepath for NonNullType (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
phpjob authored Sep 12, 2024
1 parent d68cd6b commit 43eefa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psl/Internal/Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ final class Loader
'Psl\\Type\\Internal\\IterableType' => 'Psl/Type/Internal/IterableType.php',
'Psl\\Type\\Internal\\MixedType' => 'Psl/Type/Internal/MixedType.php',
'Psl\\Type\\Internal\\NullType' => 'Psl/Type/Internal/NullType.php',
'Psl\\Type\\NonNullType' => 'Psl/Type/Internal/NonNullType.php',
'Psl\\Type\\NonNullType' => 'Psl/Type/NonNullType.php',
'Psl\\Type\\Internal\\NullableType' => 'Psl/Type/Internal/NullableType.php',
'Psl\\Type\\Internal\\OptionalType' => 'Psl/Type/Internal/OptionalType.php',
'Psl\\Type\\Internal\\PositiveIntType' => 'Psl/Type/Internal/PositiveIntType.php',
Expand Down

0 comments on commit 43eefa8

Please sign in to comment.