Skip to content

Commit

Permalink
#527 Fix. Add static type
Browse files Browse the repository at this point in the history
  • Loading branch information
dzianis-hrynko committed Oct 15, 2021
1 parent d86dfc2 commit 4ef9c59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Prophecy/Doubler/Generator/Node/TypeNodeAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ protected function getRealType(string $type): string

// built in types
case 'self':
case 'static':
case 'array':
case 'callable':
case 'bool':
Expand Down

0 comments on commit 4ef9c59

Please sign in to comment.