Skip to content

Commit 05a397b

Browse files
committed
Fix > PHP Code Sniffer violation : Method arguments visual alignment must be consistent
1 parent 678fab5 commit 05a397b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Backend/Model/Widget/Grid/AbstractTotals.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ protected function _countExpr($expr, $collection)
136136
/**
137137
* Check if operands in not null and set operands values if they are empty
138138
*
139-
* @param float|int &$firstOperand
140-
* @param float|int &$secondOperand
141-
* @param float|int &$tmpResult
139+
* @param float|int $firstOperand
140+
* @param float|int $secondOperand
141+
* @param float|int $tmpResult
142142
* @param float|int $result
143143
* @return void
144144
*/

0 commit comments

Comments
 (0)