Skip to content

Commit 6390a7d

Browse files
committed
Fixed coding standard error, typo's in indenting
1 parent f5317d2 commit 6390a7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/internal/Magento/Framework/DB/Test/Unit/AbstractMapperTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,9 @@ public function testAddFieldToFilter($field, $condition)
246246

247247
if (is_array($field)) {
248248
$resultCondition = '(' . implode(
249-
') ' . \Magento\Framework\DB\Select::SQL_OR . ' (',
250-
array_fill(0, count($field), $resultCondition)
251-
) . ')';
249+
') ' . \Magento\Framework\DB\Select::SQL_OR . ' (',
250+
array_fill(0, count($field), $resultCondition)
251+
) . ')';
252252
}
253253

254254
$this->selectMock->expects($this->once())

0 commit comments

Comments
 (0)