Skip to content

Commit a710d7f

Browse files
committed
Merge branch 'qa/10'
Close #10
2 parents d3c511c + 64971d5 commit a710d7f

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

config/module.config.php

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +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,
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,
2627
\ZF\ApiProblem\Listener\SendApiProblemResponseListener::class => Listener\SendApiProblemResponseListener::class,
27-
\ZF\ApiProblem\View\ApiProblemRenderer::class => View\ApiProblemRenderer::class,
28-
\ZF\ApiProblem\View\ApiProblemStrategy::class => View\ApiProblemStrategy::class,
28+
\ZF\ApiProblem\View\ApiProblemRenderer::class => View\ApiProblemRenderer::class,
29+
\ZF\ApiProblem\View\ApiProblemStrategy::class => View\ApiProblemStrategy::class,
30+
// @codingStandardsIgnoreEnd
2931
],
3032
'factories' => [
3133
Listener\ApiProblemListener::class => Factory\ApiProblemListenerFactory::class,

0 commit comments

Comments
 (0)