Skip to content

Commit ffdb586

Browse files
[FrameworkBundle][Validator] Deprecate annotation occurrences
1 parent 8f9c22d commit ffdb586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loader/DirectoryLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function load(mixed $file, string $type = null): mixed
4545

4646
public function supports(mixed $resource, string $type = null): bool
4747
{
48-
// only when type is forced to directory, not to conflict with AnnotationLoader
48+
// only when type is forced to directory, not to conflict with AttributeLoader
4949

5050
return 'directory' === $type;
5151
}

0 commit comments

Comments
 (0)