mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-05-28 04:35:53 -04:00
Revert the changes made for shardj/zf1-future compatibility in (#3035)
The patch that was dropped in icinga-php-thidparty version 0.15.0, will be applied in the Icinga/zf1 fork. And with the icinga-php-thirdparty version 0.15.1, this changes are obsolete and also will not break compatibility with earlier versions of icinga-php-thirdparty.
This commit is contained in:
parent
add5288b1c
commit
69cc3c7ab8
3 changed files with 3 additions and 3 deletions
|
|
@ -43,7 +43,7 @@ class Boolean extends ZfSelect
|
|||
* @param string $key
|
||||
* @codingStandardsIgnoreStart
|
||||
*/
|
||||
protected function _filterValue(&$value, $key)
|
||||
protected function _filterValue(&$value, &$key)
|
||||
{
|
||||
// @codingStandardsIgnoreEnd
|
||||
if ($value === true) {
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ class DataFilter extends FormElement
|
|||
* @inheritdoc
|
||||
* @codingStandardsIgnoreStart
|
||||
*/
|
||||
protected function _filterValue(&$value, $key)
|
||||
protected function _filterValue(&$value, &$key)
|
||||
{
|
||||
// @codingStandardsIgnoreEnd
|
||||
try {
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ class ExtensibleSet extends FormElement
|
|||
/**
|
||||
* @codingStandardsIgnoreStart
|
||||
*/
|
||||
protected function _filterValue(&$value, $key)
|
||||
protected function _filterValue(&$value, &$key)
|
||||
{
|
||||
// @codingStandardsIgnoreEnd
|
||||
if (is_array($value)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue