@@ -32,7 +32,7 @@ |
||
32 | 32 | public $distinct = false; |
33 | 33 | |
34 | 34 | /** |
35 | - * @param $instance |
|
35 | + * @param $instance |
|
36 | 36 | */ |
37 | 37 | public function __construct($instance = null) { |
38 | 38 | if (!$instance) { |
@@ -33,7 +33,7 @@ |
||
33 | 33 | 'start' => $pages->params['start'], |
34 | 34 | 'limit' => $pages->params['limit'], |
35 | 35 | ]); |
36 | -foreach ($histories as $history) { |
|
36 | +foreach ($histories as $history) { |
|
37 | 37 | $amount = $history->amount; |
38 | 38 | $table->addRow([ |
39 | 39 | $history->id, |