This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
[PHP 8.1 Compatibility] Potential Count On Null Error in ProductCollection Block Type #11668
Labels
block: product collection
Issues related to the Product Collection block
type: bug
The issue/PR concerns a confirmed bug.
Describe the bug
Rector has reported issues with using
count()
in places there could be potentially non-countable data which can result in a fatal error.To reproduce
Steps to reproduce the behavior:
/src/BlockTypes/ProductCollection.php
, as described in p7H4VZ-4x1-p2.CountOnNullRector
rule is triggered.Expected behavior
Running Rector against the file should not output any errors when scanned against PHP 8.1.
Additional context
See p7H4VZ-4x1-p2 (also linked above).
The text was updated successfully, but these errors were encountered: