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
if (!interface_exists(PropertyInfoExtractorInterface::class)) {
1381
+
thrownewLogicException('PropertyInfo support cannot be enabled as the PropertyInfo component is not installed. Try running "composer require symfony/property-info".');
1382
+
}
1383
+
1379
1384
$loader->load('property_info.xml');
1380
1385
1381
1386
if (interface_exists('phpDocumentor\Reflection\DocBlockFactoryInterface')) {
0 commit comments