diff --git a/classes/Importer.php b/classes/Importer.php
index 1b33e1dc06bd9b585eff73d3693a643f1ab73da6..47766ad80192e680818664a6f099790a260f258a 100644
--- a/classes/Importer.php
+++ b/classes/Importer.php
@@ -339,7 +339,7 @@ final class Importer
             }
 
             if ($threeOks == 3) {
-                array_push($results, $v);
+                $results[] = $v;
             }
         }