We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7a923 commit 0027b0cCopy full SHA for 0027b0c
README.md
@@ -51,7 +51,7 @@ use Lcobucci\ContentNegotiation\ContentTypeMiddleware;
51
use Lcobucci\ErrorHandling\ErrorConversionMiddleware;
52
use Lcobucci\ErrorHandling\ErrorLoggingMiddleware;
53
54
-// In a Zend Expressive application, it would look like this:
+// In a Laminas Mezzio application, it would look like this:
55
$application->pipe(ContentTypeMiddleware::fromRecommendedSettings( /* ... */ )); // Very first middleware
56
$application->pipe(new ErrorConversionMiddleware( /* ... */ ));
57
$application->pipe(new ErrorLoggingMiddleware( /* ... */ ));
0 commit comments