Skip to content

Commit 1d08b96

Browse files
alexislefebvresoyuka
authored andcommitted
chore: fix typo in comment
1 parent 80aeb31 commit 1d08b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deprecation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ class_alias($interfaceName, $oldInterfaceName);
447447
];
448448

449449
spl_autoload_register(function ($className) use ($deprecatedInterfaces, $deprecatedClassesWithoutAliases, $deprecatedClassesWithAliases) {
450-
// We can not class alias when working with doctrine annotations
450+
// We can not use class alias when working with doctrine annotations
451451
static $deprecatedAnnotations = [
452452
'ApiResource' => [ApiPlatform\Core\Annotation\ApiResource::class, ApiPlatform\Metadata\ApiResource::class],
453453
'ApiProperty' => [ApiPlatform\Core\Annotation\ApiProperty::class, ApiPlatform\Metadata\ApiProperty::class],

0 commit comments

Comments
 (0)