Skip to content
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

[Monolog Bridge] Fixed accessing static property as non static. #34533

Merged
merged 1 commit into from Nov 24, 2019

Conversation

Sander-Toonen
Copy link
Contributor

Q A
Branch? 4.4
Bug fix? yes
New feature? no
Deprecations? no
Tickets Fix #34505
License MIT
Doc PR N/A

@Sander-Toonen Sander-Toonen changed the base branch from master to 4.4 November 22, 2019 21:57
@Sander-Toonen Sander-Toonen changed the title Bugfix 34505 [Monolog Bridge] Fixed accessing static property as non static. Nov 22, 2019
@chalasr chalasr added this to the 4.4 milestone Nov 23, 2019
Copy link
Member

@xabbuh xabbuh left a 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.

@Sander-Toonen
Copy link
Contributor Author

Sander-Toonen commented Nov 23, 2019

Isn't the requirement for symfony/monolog-bridge already greater than 1.4.0?

4.4 requires ^1.25.1, 4.3 and 3.4 require ~1.19.

Copy link
Member

@xabbuh xabbuh left a 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`.

Copy link
Member

@xabbuh xabbuh left a 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`.

@fabpot
Copy link
Member

fabpot commented Nov 24, 2019

So, this one should be merged in 3.4, right?

@fabpot fabpot changed the base branch from 4.4 to 3.4 November 24, 2019 18:38
@fabpot
Copy link
Member

fabpot commented Nov 24, 2019

Thank you @Sander-Toonen.

fabpot added a commit that referenced this pull request Nov 24, 2019
…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.
@fabpot fabpot merged commit aa045d1 into symfony:3.4 Nov 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants