Ein Grund der Fehlermeldung kann sein, dass es tatsächlich eine Annotation ist, die ungültig ist, sich aber im vendor Code befindet. Dann sollte man diese ignorieren.
Fehlermeldung:
Doctrine\Common\Annotations\AnnotationException : [Semantical Error] The annotation "@suppress" in method Monolog\Formatter\LineFormatter::normalizeException() was never imported. Did you maybe forget to add a "use" statement for this annotation?
Sollte man die Annotation ignorieren mit dem statischen Aufruf von in der config/bootstrap.php:
AnnotationReader::addGlobalIgnoredName('suppress');