Passed
Branch master (147771)
by Ruben
02:18
created
src/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@
 block discarded – undo
197 197
      */
198 198
     private static function getStringParameter($config, $section, $name)
199 199
     {    
200
-        return isset($config[$section][$name]) ?  $config[$section][$name] : NULL;
200
+        return isset($config[$section][$name]) ? $config[$section][$name] : NULL;
201 201
     }
202 202
     
203 203
     /*
Please login to merge, or discard this patch.
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.