I've noticed it [here](https://symfony.com/doc/current/logging/processors.html#adding-a-session-request-token), specifically for `ProcessorInterface` which in docs is annotated as `Monolog\Processor\ProcessorInterface`. The href points to https://github.com/symfony/symfony/blob/4.2/src/Monolog/Processor/ProcessorInterface.php which obviously doesn't exist, whereas I guess it should point to https://github.com/Seldaek/monolog/blob/master/src/Monolog/Processor/ProcessorInterface.php.