Skip to content

Commit

Permalink
Update inc/abstractcontainerinstance.class.php
Browse files Browse the repository at this point in the history
Co-authored-by: Johan Cwiklinski <[email protected]>
  • Loading branch information
stonebuzz and trasher authored Nov 26, 2024
1 parent 57e9a6a commit f81a9cd
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($input)
public function addNeededInfoToInput(array $input): array
{
if ($this->tryEntityForwarding()) {
$completeinput = array_merge($this->fields, $input);
Expand Down

0 comments on commit f81a9cd

Please sign in to comment.