We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the error handling for datetime objects there is a possibility to run into a situation where $errors is an integer and not an array.
$errors
The text was updated successfully, but these errors were encountered:
[CubiclDev#22] Add PHP 7.4 for testing environment
5ec0c17
7ee33b9
[#22] Add better type hints
fe148f3
ffb0af2
22 datetime error (#24)
6d248da
* [#22] Add PHP 7.4 for testing environment * [#22] Add better type hints
Solved by #24
Sorry, something went wrong.
1blankz7
No branches or pull requests
In the error handling for datetime objects there is a possibility to run into a situation where
$errors
is an integer and not an array.The text was updated successfully, but these errors were encountered: