| 1 | <?php |
||
| 17 | final class AdminMenuBuilder |
||
| 18 | { |
||
| 19 | /** @var FactoryInterface */ |
||
| 20 | private $factory; |
||
| 21 | |||
| 22 | public function __construct(FactoryInterface $factory) |
||
| 26 | |||
| 27 | public function createMenu(array $options): ItemInterface |
||
| 36 | |||
| 37 | private function addCustomerSubMenu(ItemInterface $menu): ItemInterface |
||
| 50 | |||
| 51 | private function addConfigurationSubMenu(ItemInterface $menu): ItemInterface |
||
| 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.