@@ -6,6 +6,9 @@ |
||
6 | 6 | |
7 | 7 | class UnknownMiddleware extends \RuntimeException |
8 | 8 | { |
9 | + /** |
|
10 | + * @param string $serviceId |
|
11 | + */ |
|
9 | 12 | public static function withId($serviceId) |
10 | 13 | { |
11 | 14 | return new static( |