1 | <?php |
||
15 | class SkipExceptionsIn implements MiddlewareInterface |
||
16 | { |
||
17 | /** |
||
18 | * @var MiddlewareInterface |
||
19 | */ |
||
20 | private $middleware; |
||
21 | |||
22 | public function __construct(MiddlewareInterface $middleware) |
||
26 | |||
27 | /** |
||
28 | * Process an incoming server request and return a response, optionally delegating |
||
29 | * response creation to a handler. |
||
30 | */ |
||
31 | public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface |
||
39 | } |
||
40 |
Scrutinizer analyzes your
composer.json
/composer.lock
file if available to determine the classes, and functions that are defined by your dependencies.It seems like the listed class was neither found in your dependencies, nor was it found in the analyzed files in your repository. If you are using some other form of dependency management, you might want to disable this analysis.