1 | <?php |
||
30 | class ManagementFieldset extends Fieldset implements ViewPartialProviderInterface |
||
31 | { |
||
32 | |||
33 | use ViewPartialProviderTrait; |
||
34 | |||
35 | /** |
||
36 | * Default view partial name. |
||
37 | * |
||
38 | * @var string |
||
39 | */ |
||
40 | private $defaultPartial = 'core/form/tree-manage'; |
||
|
|||
41 | |||
42 | public function getHydrator() |
||
50 | |||
51 | public function init() |
||
66 | } |
This check marks private properties in classes that are never used. Those properties can be removed.