Skip to content

Commit

Permalink
s/array<empty, empty>/array<never, never>/g
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Jan 3, 2022
1 parent 3116fdf commit f011a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Type/Atomic.php
Expand Up @@ -802,7 +802,7 @@ public function isFalsy(): bool
return true;
}

if ($this instanceof TArray && $this->getId() === 'array<empty, empty>') {
if ($this instanceof TArray && $this->getId() === 'array<never, never>') {
return true;
}

Expand Down

0 comments on commit f011a73

Please sign in to comment.