Skip to content

Conversation

@kylekatarnls
Copy link
Contributor

monolog/monolog 2.3.4 now supports psr/log 3.0.0 which has log(...): void; while previous versions used: log(...); making Illuminate\Log\LogManager no longer compatible.

I think we should restrict this on Laravel < 9, then maybe enforce psr/log ^3 for Laravel >= 9 then add the : void return type also in Illuminate\Log\LogManager.

See #38851 for 8.x

@taylorotwell taylorotwell merged commit 2b2420b into laravel:master Sep 18, 2021
GrahamCampbell added a commit that referenced this pull request Sep 25, 2021
taylorotwell pushed a commit that referenced this pull request Sep 26, 2021
* Revert "[9.x] Update psr/log version (#38852)"

This reverts commit 2b2420b.

* Jam return types on the log methods

* And again
@driesvints
Copy link
Member

@kylekatarnls this was reverted: #38952

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.

3 participants