Skip to content

Commit

Permalink
Merge pull request #545 from denis-rolling-scopes/fix/527
Browse files Browse the repository at this point in the history
#527 Fix. Add static type
  • Loading branch information
stof authored Dec 8, 2021
2 parents aff648c + 4ef9c59 commit 8aceb6e
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 8aceb6e

Please sign in to comment.