Details
-
Type: Sub-task
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.8.0-b1
-
Component/s: None
-
Labels:None
Description
Error:
During inheritance return type should be compatible
Affected Files:
- /vendors/blesta/items/src/Collection/ItemCollection.php (Line 65)
- /vendors/blesta/pricing/src/Collection/ItemPriceCollection.php (Line 298)
Possible solution:
Add the "#[\ReturnTypeWillChange]" attribute to all the methods of the affected classes.