We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81a9cd commit d6a8aedCopy full SHA for d6a8aed
inc/abstractcontainerinstance.class.php
@@ -49,7 +49,7 @@ abstract class PluginFieldsAbstractContainerInstance extends CommonDBChild
49
*
50
* Modification of this function to meet specific requirements.
51
*/
52
- public function addNeededInfoToInput(array $input): array
+ public function addNeededInfoToInput($input)
53
{
54
if ($this->tryEntityForwarding()) {
55
$completeinput = array_merge($this->fields, $input);
0 commit comments