Skip to content

Commit

Permalink
static is a built-in type
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Aug 19, 2020
1 parent aead53c commit e6f9b72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Reflection/ReflectionNamedType.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class ReflectionNamedType extends ReflectionType
'object' => null,
'void' => null,
'mixed' => null,
'static' => null,
];

/** @var string */
Expand Down

0 comments on commit e6f9b72

Please sign in to comment.