This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Igor Scheller 79c92da8c1 Formatting
```bash
php-cs-fixer fix --allow-risky=yes --rules=@PSR2,psr4,mb_str_functions.php_unit_construct,php_unit_ordered_covers,trailing_comma_in_multiline_array --rules='{"array_syntax": {"syntax":"short"}}' [tests/|src/]
```
..
ControllerImplementation.php Implemented controller permissions
ExceptionMiddlewareHandler.php Added middleware tests
HasStaticMethod.php Formatting
NotARealMiddleware.php Added middleware tests
ResolvesMiddlewareTraitImplementation.php Added nikic/fast-route as routing dispatcher
ReturnResponseMiddleware.php Added middleware tests
ReturnResponseMiddlewareHandler.php Added generic error pages