File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ A very simple HTTP Middleware implementation
55[ ![ Code Coverage] ( https://scrutinizer-ci.com/g/moon-php/http-middleware/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/moon-php/http-middleware/?branch=master )
66[ ![ Build Status] ( https://scrutinizer-ci.com/g/moon-php/http-middleware/badges/build.png?b=master )] ( https://scrutinizer-ci.com/g/moon-php/http-middleware/build-status/master )
77
8+ ** Accpeted as [ awesome psr-15 middleware] ( https://github.com/middlewares/awesome-psr15-middlewares#packages ) package**
9+
810## Documentation
911
1012- Delegate
@@ -37,4 +39,4 @@ The MiddlewareInterface implementor will be directly implemented by the userland
3739
3840__ namespace Moon\HttpMiddleware\Exception\InvalidArgumentException__
3941
40- If an object passed into the array is not a MiddlewareInterface implementor and ** InvalidArgumentException** will be thrown.
42+ If an object passed into the array is not a MiddlewareInterface implementor and ** InvalidArgumentException** will be thrown.
You can’t perform that action at this time.
0 commit comments