-
Notifications
You must be signed in to change notification settings - Fork 4
Struct extended test fails on PHP 7.3 #4
Copy link
Copy link
Open
Description
The assertion that fails
| Eos\DataStructures\Struct::__construct() expects parameter 1 to be array, integer given |
How it fails
================================================================================
001+ Eos\DataStructures\Struct::__construct() expects parameter 1 to be array, int given
001- Eos\DataStructures\Struct::__construct() expects parameter 1 to be array, integer given
================================================================================
The cause
TypeError now reports wrong types as int and bool instead of integer and boolean, respectively.
(from https://www.php.net/manual/en/migration73.incompatible.php)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels