You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -63,6 +65,10 @@ public function __construct(?DocBlockFactoryInterface $docBlockFactory = null, ?
63
65
thrownew \LogicException(\sprintf('Unable to use the "%s" class as the "phpdocumentor/reflection-docblock" package is not installed. Try running composer require "phpdocumentor/reflection-docblock".', __CLASS__));
64
66
}
65
67
68
+
if (!is_subclass_of(Generic::class, StaticMethod::class)) {
69
+
thrownew \LogicException('symfony/property-info v6 does not support phpdocumentor/reflection-docblock v6. Please stick to ^5.2 in your composer.json file.');
0 commit comments