Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Sander-Toonen commentedNov 22, 2019
| Q | A |
|---|---|
| Branch? | 4.4 |
| Bug fix? | yes |
| New feature? | no |
| Deprecations? | no |
| Tickets | Fix#34505 |
| License | MIT |
| Doc PR | N/A |
edited
Uh oh!
There was an error while loading.Please reload this page.
xabbuh left a comment
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 tostatic (Seldaek/monolog@e0d18f4) was first released in Monolog 1.4.0. I think we should bump the requirement formonolog/monolog incomposer.json accordingly.
Sander-Toonen commentedNov 23, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Isn't the requirement for 4.4 requires ^1.25.1, 4.3 and 3.4 require ~1.19. |
xabbuh left a comment
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 misread1.4.0 as 1.40`.
xabbuh left a comment
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 misread1.4.0 as 1.40`.
fabpot commentedNov 24, 2019
So, this one should be merged in 3.4, right? |
fabpot commentedNov 24, 2019
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/ACommits-------aa045d1 [Monolog Bridge] Fixed accessing static property as non static.