@@ -389,7 +389,7 @@ discard block |
||
389 | 389 | foreach ($items as $item) { |
390 | 390 | $rows[] = $row = new Row($this, $item, $this->getPrimaryKey()); |
391 | 391 | |
392 | - if(!$hasGroupActionOnRows && $row->hasGroupAction()){ |
|
392 | + if (!$hasGroupActionOnRows && $row->hasGroupAction()) { |
|
393 | 393 | $hasGroupActionOnRows = true; |
394 | 394 | } |
395 | 395 | |
@@ -2700,7 +2700,7 @@ discard block |
||
2700 | 2700 | |
2701 | 2701 | if (!($parent instanceof PresenterComponent)) { |
2702 | 2702 | throw new DataGridHasToBeAttachedToPresenterComponentException( |
2703 | - "DataGrid is attached to: '" . get_class($parent) . "', but instance of PresenterComponent is needed." |
|
2703 | + "DataGrid is attached to: '".get_class($parent)."', but instance of PresenterComponent is needed." |
|
2704 | 2704 | ); |
2705 | 2705 | } |
2706 | 2706 |