mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Remove php7 specific feature (#3547)
Not sure how this got in... I don't remember writing it (but I guess I did!)
This commit is contained in:
parent
e9b056f66c
commit
38372f2b37
|
@ -91,7 +91,7 @@ abstract class Importer
|
|||
* @param $results
|
||||
* @return array
|
||||
*/
|
||||
public function normalizeInputArray($results): array
|
||||
public function normalizeInputArray($results)
|
||||
{
|
||||
$newArray = [];
|
||||
|
||||
|
|
Loading…
Reference in a new issue