-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Monolog Bridge] Fixed accessing static property as non static. #34533
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
Sander-Toonen
commented
Nov 22, 2019
Q | A |
---|---|
Branch? | 4.4 |
Bug fix? | yes |
New feature? | no |
Deprecations? | no |
Tickets | Fix #34505 |
License | MIT |
Doc PR | N/A |
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.
The commit that changed the property to static
(Seldaek/monolog@e0d18f4) was first released in Monolog 1.4.0. I think we should bump the requirement for monolog/monolog
in composer.json
accordingly.
Isn't the requirement for 4.4 requires ^1.25.1, 4.3 and 3.4 require ~1.19. |
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.
Sorry, that was my mistake. I misread 1.4.0
as 1.40`.
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.
Sorry, that was my mistake. I misread 1.4.0
as 1.40`.
So, this one should be merged in 3.4, right? |
Thank you @Sander-Toonen. |
…atic. (Sander-Toonen) This PR was submitted for the 4.4 branch but it was merged into the 3.4 branch instead (closes #34533). Discussion ---------- [Monolog Bridge] Fixed accessing static property as non static. | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #34505 | License | MIT | Doc PR | N/A Commits ------- aa045d1 [Monolog Bridge] Fixed accessing static property as non static.