You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issues found while running with PHP 7.0 and PHP 7.1:
Fatal error: Cannot use 'Int' as class name as it is reserved in src/Melody/Validation/Constraints/Int.php on line 4
Fatal error: Cannot use 'String' as class name as it is reserved in src/Melody/Validation/Constraints/String.php on line 4]
The compatibility needs to be maintained for the version 5.6 of PHP and the interface of the constraint chain must remain the same in the version v1.2.0.
The text was updated successfully, but these errors were encountered:
Issues found while running with PHP 7.0 and PHP 7.1:
Fatal error: Cannot use 'Int' as class name as it is reserved in src/Melody/Validation/Constraints/Int.php on line 4
Fatal error: Cannot use 'String' as class name as it is reserved in src/Melody/Validation/Constraints/String.php on line 4
]The compatibility needs to be maintained for the version 5.6 of PHP and the interface of the constraint chain must remain the same in the version v1.2.0.
The text was updated successfully, but these errors were encountered: