1 | <?php |
||
11 | class URLWildcardService implements URLWildcardServiceInterface |
||
12 | { |
||
13 | /** @var Symfony\Component\EventDispatcher\EventDispatcherInterface */ |
||
14 | protected $eventDispatcher; |
||
15 | |||
16 | public function __construct(URLWildcardServiceInterface $innerService, EventDispatcherInterface $eventDispatcher) |
||
22 | |||
23 | public function create($sourceUrl, $destinationUrl, $forward = false) |
||
27 | |||
28 | public function remove(URLWildcard $urlWildcard) |
||
32 | |||
33 | public function load($id) |
||
37 | |||
38 | public function loadAll($offset = 0, $limit = -1) |
||
42 | |||
43 | public function translate($url) |
||
47 | } |
||
48 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.