-
-
Notifications
You must be signed in to change notification settings - Fork 74
Drop support for PHP < 8.1 #361
New issue
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
Conversation
826f9d5 to
061c10a
Compare
| { | ||
| $this->classCache = []; | ||
| if ($this->globalBasename === null) { | ||
| if ($this->globalBasename === '') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a bugfix? Do we need to fix this on 3.x?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would make sense to add this to 3.x. I haven't seen a way to set this property to null.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yes I did it then forgot about it. See #362
No description provided.