Skip to content

Commit d6a8aed

Browse files
committed
revert
1 parent f81a9cd commit d6a8aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/abstractcontainerinstance.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ abstract class PluginFieldsAbstractContainerInstance extends CommonDBChild
4949
*
5050
* Modification of this function to meet specific requirements.
5151
*/
52-
public function addNeededInfoToInput(array $input): array
52+
public function addNeededInfoToInput($input)
5353
{
5454
if ($this->tryEntityForwarding()) {
5555
$completeinput = array_merge($this->fields, $input);

0 commit comments

Comments
 (0)