diff --git a/src/Psalm/Type/Atomic.php b/src/Psalm/Type/Atomic.php index c9af6ccaf5c..f739c0aa96b 100644 --- a/src/Psalm/Type/Atomic.php +++ b/src/Psalm/Type/Atomic.php @@ -802,7 +802,7 @@ public function isFalsy(): bool return true; } - if ($this instanceof TArray && $this->getId() === 'array') { + if ($this instanceof TArray && $this->getId() === 'array') { return true; }