1 | <?php |
||
11 | class TranslationService implements TranslationServiceInterface |
||
12 | { |
||
13 | /** @var Symfony\Component\EventDispatcher\EventDispatcherInterface */ |
||
14 | protected $eventDispatcher; |
||
15 | |||
16 | public function __construct(TranslationServiceInterface $innerService, EventDispatcherInterface $eventDispatcher) |
||
22 | |||
23 | public function translate(Translation $translation, $locale) |
||
27 | |||
28 | public function translateString($translation, $locale) |
||
32 | } |
||
33 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.