Completed
Push — gh-27-android-devices ( 0ab8c2...175b3f )
by Serhii
07:11
created
src/Detection/ModelDetector.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,8 @@
 block discarded – undo
29 29
         }
30 30
         $patternList = $this->config[$name];
31 31
         foreach ($patternList as $series => $data) {
32
-            if(array_key_exists('pattern', $data)) {
33
-                $this->detectModelByPattern($series,$data['pattern']);
32
+            if (array_key_exists('pattern', $data)) {
33
+                $this->detectModelByPattern($series, $data['pattern']);
34 34
             } elseif (array_key_exists('models', $data)) {
35 35
                 $this->detectModelByModelList($series, $data['models']);
36 36
             }
Please login to merge, or discard this patch.