Skip to content

Commit

Permalink
added Type::True
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Nov 2, 2022
1 parent c2732fc commit 7d90395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PhpGenerator/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class Type
Void = 'void',
Never = 'never',
Mixed = 'mixed',
True = 'true',
False = 'false',
Null = 'null',
Self = 'self',
Expand Down

0 comments on commit 7d90395

Please sign in to comment.