Skip to content

Commit 062e07d

Browse files
committed
small tweak
1 parent ad5a130 commit 062e07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entities/Collections/BlockCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function asCollection(): Collection
5050
return $collection;
5151
} else {
5252
return $collection->filter(function ($block) {
53-
return $block->getType() != 'unsupported';
53+
return $block->getType() !== 'unsupported';
5454
});
5555
}
5656
}

0 commit comments

Comments
 (0)