AssignmentSubForm: suppress underscore warnings
This commit is contained in:
parent
aee65a706a
commit
77a78a5038
|
@ -7,7 +7,9 @@ use Icinga\Module\Director\Web\Form\QuickSubForm;
|
|||
|
||||
class AssignmentSubForm extends QuickSubForm
|
||||
{
|
||||
// @codingStandardsIgnoreStart
|
||||
protected $_disableLoadDefaultDecorators = true;
|
||||
// @codingStandardsIgnoreEnd
|
||||
|
||||
public function setup()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue