|
5 | 5 | use Doctrine\RST\Configuration;
|
6 | 6 | use Doctrine\RST\Kernel;
|
7 | 7 | use SymfonyDocs\Directive as SymfonyDirectives;
|
8 |
| -use SymfonyDocs\Reference as SymfonyRefernces; |
| 8 | +use SymfonyDocs\Reference as SymfonyReferences; |
9 | 9 |
|
10 | 10 | /**
|
11 | 11 | * Class KernelFactory
|
@@ -66,14 +66,14 @@ private static function getDirectives(): array
|
66 | 66 | private static function getReferences(): array
|
67 | 67 | {
|
68 | 68 | 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(), |
77 | 77 | ];
|
78 | 78 | }
|
79 | 79 | }
|
0 commit comments