| 1 | <?php |
||
| 23 | final class ReplaceUriPlugin implements Plugin |
||
| 24 | { |
||
| 25 | use Plugin\VersionBridgePlugin; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @var UriInterface |
||
| 29 | */ |
||
| 30 | private $uri; |
||
| 31 | |||
| 32 | public function __construct(UriInterface $uri) |
||
| 36 | |||
| 37 | public function doHandleRequest(RequestInterface $request, callable $next, callable $first) |
||
| 43 | } |
||
| 44 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.