Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Nov 26, 2024
1 parent f81a9cd commit d6a8aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/abstractcontainerinstance.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ abstract class PluginFieldsAbstractContainerInstance extends CommonDBChild
*
* Modification of this function to meet specific requirements.
*/
public function addNeededInfoToInput(array $input): array
public function addNeededInfoToInput($input)
{
if ($this->tryEntityForwarding()) {
$completeinput = array_merge($this->fields, $input);
Expand Down

0 comments on commit d6a8aed

Please sign in to comment.