| 1 | <?php |
||
| 14 | class Base extends \HaaseIT\HCSF\Controller\Api\Shop\Base |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @var array |
||
| 18 | */ |
||
| 19 | protected $matches; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Base constructor. |
||
| 23 | * @param ServiceManager $serviceManager |
||
| 24 | * @param $aPath |
||
| 25 | * @param $matches |
||
| 26 | */ |
||
| 27 | public function __construct(ServiceManager $serviceManager, $aPath, array $matches) |
||
| 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.