We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: 3.2.0
"Object of class DateTimeImmutable could not be converted to string" after update to 3.2.0. I think, that exception is thrown here: https://github.com/nette/di/blob/v3.2.0/src/DI/Config/Adapters/NeonAdapter.php#L214
config.neon parameters:
demand: sendAvailableFromDate: 2024-01-03 10:00:00
demand:
sendAvailableFromDate: 2024-01-03 10:00:00
Configuration parameter "sendAvailableFromDate" as DateTimeImmutable object.
The text was updated successfully, but these errors were encountered:
cba0caf
No branches or pull requests
Version: 3.2.0
Bug Description
"Object of class DateTimeImmutable could not be converted to string" after update to 3.2.0.
I think, that exception is thrown here: https://github.com/nette/di/blob/v3.2.0/src/DI/Config/Adapters/NeonAdapter.php#L214
Steps To Reproduce
config.neon
parameters:
Expected Behavior
Configuration parameter "sendAvailableFromDate" as DateTimeImmutable object.
The text was updated successfully, but these errors were encountered: