Skip to content

Commit 64971d5

Browse files
committed
CS: ignore styles for legacy aliases
Signed-off-by: Michał Bundyra <[email protected]>
1 parent e219986 commit 64971d5

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

config/module.config.php

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,17 @@
1717
ApiProblemStrategy::class => View\ApiProblemStrategy::class,
1818

1919
// Legacy Zend Framework aliases
20-
\ZF\ApiProblem\ApiProblemListener::class => ApiProblemListener::class,
21-
\ZF\ApiProblem\RenderErrorListener::class => RenderErrorListener::class,
22-
\ZF\ApiProblem\ApiProblemRenderer::class => ApiProblemRenderer::class,
23-
\ZF\ApiProblem\ApiProblemStrategy::class => ApiProblemStrategy::class,
24-
\ZF\ApiProblem\Listener\ApiProblemListener::class => Listener\ApiProblemListener::class,
25-
\ZF\ApiProblem\Listener\RenderErrorListener::class => Listener\RenderErrorListener::class,
26-
\ZF\ApiProblem\Listener\SendApiProblemResponseListener::class =>
27-
Listener\SendApiProblemResponseListener::class,
28-
\ZF\ApiProblem\View\ApiProblemRenderer::class => View\ApiProblemRenderer::class,
29-
\ZF\ApiProblem\View\ApiProblemStrategy::class => View\ApiProblemStrategy::class,
20+
// @codingStandardsIgnoreStart
21+
\ZF\ApiProblem\ApiProblemListener::class => ApiProblemListener::class,
22+
\ZF\ApiProblem\RenderErrorListener::class => RenderErrorListener::class,
23+
\ZF\ApiProblem\ApiProblemRenderer::class => ApiProblemRenderer::class,
24+
\ZF\ApiProblem\ApiProblemStrategy::class => ApiProblemStrategy::class,
25+
\ZF\ApiProblem\Listener\ApiProblemListener::class => Listener\ApiProblemListener::class,
26+
\ZF\ApiProblem\Listener\RenderErrorListener::class => Listener\RenderErrorListener::class,
27+
\ZF\ApiProblem\Listener\SendApiProblemResponseListener::class => Listener\SendApiProblemResponseListener::class,
28+
\ZF\ApiProblem\View\ApiProblemRenderer::class => View\ApiProblemRenderer::class,
29+
\ZF\ApiProblem\View\ApiProblemStrategy::class => View\ApiProblemStrategy::class,
30+
// @codingStandardsIgnoreEnd
3031
],
3132
'factories' => [
3233
Listener\ApiProblemListener::class => Factory\ApiProblemListenerFactory::class,

0 commit comments

Comments
 (0)