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
DateTime
DateTime constructor must not be called with null for the $datetime parameter: https://www.php.net/manual/en/datetime.construct.php
null
$datetime
agrirouter-sdk-php/src/Service/Common/UtcDataService.php
Line 25 in 44daf1b
Replacing null with "now" should do the trick.
"now"
The text was updated successfully, but these errors were encountered:
The test case currently fails for this.
Sorry, something went wrong.
saschadoemer
Successfully merging a pull request may close this issue.
DateTime
constructor must not be called withnull
for the$datetime
parameter: https://www.php.net/manual/en/datetime.construct.phpagrirouter-sdk-php/src/Service/Common/UtcDataService.php
Line 25 in 44daf1b
Replacing
null
with"now"
should do the trick.The text was updated successfully, but these errors were encountered: