| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | public static function forMiddleware(string $middlewareNameOrGroup): MiddlewareNotConfigured |
||
| 12 | { |
||
| 13 | return new MiddlewareNotConfigured( |
||
| 14 | vsprintf( |
||
| 15 | 'The middleware or group "%s" was not configured. Make sure it implements the "%s" interface or group is defined.', |
||
| 16 | [ |
||
| 17 | $middlewareNameOrGroup, |
||
| 18 | MiddlewareInterface::class, |
||
| 19 | ] |
||
| 31 |