mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
Element/Boolean: ignore PHPCS violation as of ZF1
This commit is contained in:
parent
c9b4afa29d
commit
7622200f2e
@ -48,8 +48,12 @@ class Boolean extends ZfSelect
|
||||
return parent::setValue($value);
|
||||
}
|
||||
|
||||
/**
|
||||
* @codingStandardsIgnoreStart
|
||||
*/
|
||||
protected function _translateOption($option, $value)
|
||||
{
|
||||
// @codingStandardsIgnoreEnd
|
||||
if (!isset($this->_translated[$option]) && !empty($value)) {
|
||||
$this->options[$option] = mt('director', $value);
|
||||
if ($this->options[$option] === $value) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user