Passed
Push — master ( 073341...6ef52f )
by Alexey
05:07
created
system/modules/Db/objects/Mysql/Query.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.
system/modules/Money/widgets/cabinet/walletBlocked.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.