Skip to content

Commit e1f1632

Browse files
committed
fixing typo
1 parent 4c2c65c commit e1f1632

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

_build/src/KernelFactory.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Doctrine\RST\Configuration;
66
use Doctrine\RST\Kernel;
77
use SymfonyDocs\Directive as SymfonyDirectives;
8-
use SymfonyDocs\Reference as SymfonyRefernces;
8+
use SymfonyDocs\Reference as SymfonyReferences;
99

1010
/**
1111
* Class KernelFactory
@@ -66,14 +66,14 @@ private static function getDirectives(): array
6666
private static function getReferences(): array
6767
{
6868
return [
69-
new SymfonyRefernces\DocReference(),
70-
new SymfonyRefernces\RefReference(),
71-
new SymfonyRefernces\ClassReference(),
72-
new SymfonyRefernces\MethodReference(),
73-
new SymfonyRefernces\NamespaceReference(),
74-
new SymfonyRefernces\PhpFunctionReference(),
75-
new SymfonyRefernces\PhpMethodReference(),
76-
new SymfonyRefernces\PhpClassReference(),
69+
new SymfonyReferences\DocReference(),
70+
new SymfonyReferences\RefReference(),
71+
new SymfonyReferences\ClassReference(),
72+
new SymfonyReferences\MethodReference(),
73+
new SymfonyReferences\NamespaceReference(),
74+
new SymfonyReferences\PhpFunctionReference(),
75+
new SymfonyReferences\PhpMethodReference(),
76+
new SymfonyReferences\PhpClassReference(),
7777
];
7878
}
7979
}

0 commit comments

Comments
 (0)