1 | <?php |
||
5 | class InMemoryTermIdsAcquirer implements TermIdsAcquirer, TermCleaner { |
||
6 | |||
7 | private $terms = []; |
||
8 | private $lastId = 0; |
||
9 | |||
10 | public function acquireTermIds( array $termsArray ): array { |
||
29 | |||
30 | public function cleanTerms( array $termInLangIds ) { |
||
48 | |||
49 | public function hasTerms() { |
||
63 | |||
64 | } |
||
65 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.