mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +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
|
class AssignmentSubForm extends QuickSubForm
|
||||||
{
|
{
|
||||||
|
// @codingStandardsIgnoreStart
|
||||||
protected $_disableLoadDefaultDecorators = true;
|
protected $_disableLoadDefaultDecorators = true;
|
||||||
|
// @codingStandardsIgnoreEnd
|
||||||
|
|
||||||
public function setup()
|
public function setup()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user