-
Notifications
You must be signed in to change notification settings - Fork 4
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)
Metadata
Metadata
Assignees
Labels
No labels