Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit fdf3cb8

Browse files
committed
Formatted class docblock @internal paragraphs
1 parent aa031e8 commit fdf3cb8

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

src/Controller/MiddlewareController.php

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,16 @@
2222
use Zend\Stratigility\MiddlewarePipe;
2323

2424
/**
25-
* @internal don't use this in your codebase, or else @ocramius will hunt you down. This is just an internal
26-
* @internal hack to make middleware trigger 'dispatch' events attached to the DispatchableInterface identifier.
25+
* @internal don't use this in your codebase, or else @ocramius will hunt you
26+
* down. This is just an internal hack to make middleware trigger
27+
* 'dispatch' events attached to the DispatchableInterface identifier.
2728
*
28-
* Specifically, it will receive a @see MiddlewarePipe, a @see ResponseInterface prototype, and then dispatch
29-
* the pipe whilst still behaving like a normal controller. That is needed for any events attached to
30-
* the @see \Zend\Stdlib\DispatchableInterface identifier to reach their listeners on any attached
31-
* @see \Zend\EventManager\SharedEventManagerInterface
29+
* Specifically, it will receive a @see MiddlewarePipe and a
30+
* @see ResponseInterface prototype, and then dispatch the pipe whilst still
31+
* behaving like a normal controller. That is needed for any events
32+
* attached to the @see \Zend\Stdlib\DispatchableInterface identifier to
33+
* reach their listeners on any attached
34+
* @see \Zend\EventManager\SharedEventManagerInterface
3235
*/
3336
final class MiddlewareController extends AbstractController
3437
{

0 commit comments

Comments
 (0)