Skip to content

Commit cff0419

Browse files
committed
Fix CodeStyle
1 parent 1bd64e6 commit cff0419

File tree

1 file changed

+1
-2
lines changed
  • app/code/Magento/Reports/Test/Unit/Model/ResourceModel/Report/Review/Customer

1 file changed

+1
-2
lines changed

app/code/Magento/Reports/Test/Unit/Model/ResourceModel/Report/Review/Customer/CollectionTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ class CollectionTest extends \PHPUnit_Framework_TestCase
1919

2020
protected function setUp()
2121
{
22-
$this->selectMock = $this->getMock('\Magento\Framework\DB\Select',
23-
[], [], '', false);
22+
$this->selectMock = $this->getMock('\Magento\Framework\DB\Select', [], [], '', false);
2423
}
2524

2625
public function testGetSelectCountSql()

0 commit comments

Comments
 (0)