@@ -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 | } |
@@ -77,7 +77,7 @@ |
||
77 | 77 | return Html::a(Html::encode($model-><?= $nameAttribute ?>), ['view', <?= $urlParams ?>]); |
78 | 78 | }, |
79 | 79 | ]) ?> |
80 | - <?php endif;?> |
|
80 | + <?php endif; ?> |
|
81 | 81 | |
82 | 82 | </div> |
83 | 83 | </div> |