Skip to content

Conversation

DennisdeBest
Copy link

The DateTrunc function did not take the optional third timezone argument.

With this change it will work the same if it is not passed but, if you need it, you can add the parameter

The DateTrunc function did not take the optional third timezone argument.

With this change it will work the same if it is not passed but, if you need it, you can add the parameter
@DennisdeBest
Copy link
Author

Bump ?

Copy link

@laurentmuller laurentmuller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You must replace:

$parser->getLexer()->lookahead['type']

By:

$parser->getLexer()->lookahead?->type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants