We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d60e54 commit 1c96d3bCopy full SHA for 1c96d3b
README.md
@@ -6,13 +6,13 @@ This package provide trait and abstract class for your [psr-15 middlewares](http
6
7
So you can call your middleware in both styles.
8
9
-*Standard PSR-15 call:*
+**Standard PSR-15 call:**
10
11
```php
12
$middeware->process($request, $delegate);
13
```
14
15
-*Possible call after implements this package:*
+**Possible call after implements this package:**
16
17
18
$middleware($request, $response, $next);
0 commit comments