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.
| Conditions | 2 |
| Paths | 2 |
| Total Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 31 | protected function doHandleRequest(RequestInterface $request, callable $next, callable $first) |
||
|
|
|||
| 32 | { |
||
| 33 | $uri = $request->getUri(); |
||
| 34 | if (strpos($uri->getPath(), '/' . $this->version) !== 0) { |
||
| 35 | $request = $request->withUri($uri->withPath('/' . $this->version . $uri->getPath())); |
||
| 36 | } |
||
| 37 | |||
| 38 | return $next($request); |
||
| 39 | } |
||
| 40 | } |
||
| 41 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.