Passed
Push — master ( e1472e...0994e8 )
by Ruben
01:42
created
src/Persistence.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -244,7 +244,7 @@
 block discarded – undo
244 244
      * @param $config Configuration
245 245
      *
246 246
      */
247
-    public static function findIdByTimeUser($pdo, $config, $by=[]) {
247
+    public static function findIdByTimeUser($pdo, $config, $by = []) {
248 248
         return OptionsDAO::findIdByTimeUser($pdo, $config, $by);
249 249
     }
250 250
     
Please login to merge, or discard this patch.