Skip to content

Commit

Permalink
Merge pull request #7533 from orklah/emptyBack
Browse files Browse the repository at this point in the history
add back empty keyword
  • Loading branch information
orklah committed Jan 30, 2022
2 parents f93bd10 + 84d9b5e commit 31941d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Psalm/Type/Atomic.php
Expand Up @@ -156,6 +156,7 @@ public static function create(
case 'never-return':
case 'never-returns':
case 'no-return':
case 'empty':
return new TNever();

case 'object':
Expand Down

0 comments on commit 31941d1

Please sign in to comment.