Passed
Push — release_2_0 ( 5d1b06...f1522c )
by Stefan
10:31
created
core/ExternalEduroamDBData.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
                 return [];
87 87
             }
88 88
             if (!preg_match('/^(..)\:\ (.*)/', $oneVariant, $submatches) || !isset($submatches[2])) {
89
-                $this->loggerInstance->debug(2,"[$nameRaw] We expect 'en: bla but found '$oneVariant'.");
89
+                $this->loggerInstance->debug(2, "[$nameRaw] We expect 'en: bla but found '$oneVariant'.");
90 90
                 continue;
91 91
             }
92 92
             $returnArray[$submatches[1]] = $submatches[2];
Please login to merge, or discard this patch.