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:
Daniel Meltzer 2017-05-08 20:19:15 -05:00 committed by snipe
parent e9b056f66c
commit 38372f2b37

View file

@ -91,7 +91,7 @@ abstract class Importer
* @param $results
* @return array
*/
public function normalizeInputArray($results): array
public function normalizeInputArray($results)
{
$newArray = [];