We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80aeb31 commit 1d08b96Copy full SHA for 1d08b96
src/deprecation.php
@@ -447,7 +447,7 @@ class_alias($interfaceName, $oldInterfaceName);
447
];
448
449
spl_autoload_register(function ($className) use ($deprecatedInterfaces, $deprecatedClassesWithoutAliases, $deprecatedClassesWithAliases) {
450
- // We can not class alias when working with doctrine annotations
+ // We can not use class alias when working with doctrine annotations
451
static $deprecatedAnnotations = [
452
'ApiResource' => [ApiPlatform\Core\Annotation\ApiResource::class, ApiPlatform\Metadata\ApiResource::class],
453
'ApiProperty' => [ApiPlatform\Core\Annotation\ApiProperty::class, ApiPlatform\Metadata\ApiProperty::class],
0 commit comments