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:
Ravi Srinivasa 2026-03-31 12:03:09 +02:00
parent add5288b1c
commit 69cc3c7ab8
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -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) {

View file

@ -56,7 +56,7 @@ class DataFilter extends FormElement
* @inheritdoc
* @codingStandardsIgnoreStart
*/
protected function _filterValue(&$value, $key)
protected function _filterValue(&$value, &$key)
{
// @codingStandardsIgnoreEnd
try {

View file

@ -54,7 +54,7 @@ class ExtensibleSet extends FormElement
/**
* @codingStandardsIgnoreStart
*/
protected function _filterValue(&$value, $key)
protected function _filterValue(&$value, &$key)
{
// @codingStandardsIgnoreEnd
if (is_array($value)) {