From f011a73738b7d81d537278664a02060b989a4271 Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Mon, 3 Jan 2022 03:50:32 +0200 Subject: [PATCH] s/array/array/g --- src/Psalm/Type/Atomic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }