@@ -244,7 +244,7 @@ |
||
| 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 | |