mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 01:04:12 +02:00
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…
x
Reference in New Issue
Block a user