@@ -299,7 +299,7 @@ |
||
299 | 299 | * @param string $tableName |
300 | 300 | * @return bool |
301 | 301 | */ |
302 | - private static function hasClosing($tableName){ |
|
302 | + private static function hasClosing($tableName) { |
|
303 | 303 | $closing = Closing::findOne($tableName); |
304 | 304 | return !($closing == null); |
305 | 305 | } |