@@ -332,7 +332,7 @@ |
||
| 332 | 332 | * @param string $tableName |
| 333 | 333 | * @return bool |
| 334 | 334 | */ |
| 335 | - private static function hasClosing($tableName){ |
|
| 335 | + private static function hasClosing($tableName) { |
|
| 336 | 336 | $closing = Closing::findOne($tableName); |
| 337 | 337 | return !($closing == null); |
| 338 | 338 | } |