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

Commit 4c06a8b

Browse files
committed
Use inline tag to reference ErrorHandler.
1 parent aa5d2ef commit 4c06a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ public function pipe($path, $middleware = null)
341341
* removed in Stratigility 2.0. You can start using standard middleware
342342
* for error handling by calling `raiseThrowables()` on the `Application`
343343
* instance, and piping such middleware in an outer layer of your application.
344-
* For an example, see `Zend\Stratigility\Middleware\ErrorHandler`.
344+
* For an example, {@see Zend\Stratigility\Middleware\ErrorHandler}.
345345
* @param string|callable $path Either a URI path prefix, or middleware.
346346
* @param null|string|callable $middleware Middleware
347347
* @return self

0 commit comments

Comments
 (0)