@@ -18,7 +18,7 @@ |
||
| 18 | 18 | public function provideItems() |
| 19 | 19 | { |
| 20 | 20 | $items = []; |
| 21 | - foreach(range(0, 1) as $i) { |
|
| 21 | + foreach (range(0, 1) as $i) { |
|
| 22 | 22 | $item = $this->getModelMock('sales/quote_item_abstract', ['isItemIncluded']); |
| 23 | 23 | $item |
| 24 | 24 | ->method('isItemIncluded') |