mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 00:56:08 +02:00
* Fix cycle detection within fibers We keep a separate depth count per fiber. Fixes #1752. * Avoid additional call to Fiber::getCurrent() Suppresses phpstan errors, as they're false positives.