We have detected an error in your notification set-up
(Event-ID dab39dc24f564ec7bd4628d1305fd03c).
Currently, we cannot inform you about inspection progress.
Please check that the user
557058:bca11929-8c2d-43f2-8a82-c5416880d395
still has access to your repository or
update the API account.
1 | <?php |
||
30 | class NormalizeArrayPlugin implements Plugin |
||
31 | { |
||
32 | /** @var \Http\Message\RequestFactory */ |
||
33 | private $requestFactory; |
||
34 | |||
35 | public function __construct(RequestFactory $requestFactory = null) |
||
39 | |||
40 | /** |
||
41 | * {@inheritDoc} |
||
42 | */ |
||
43 | public function handleRequest(RequestInterface $request, callable $next, callable $first) |
||
67 | } |
||
68 |