Skip to content

Commit 7e36bd7

Browse files
author
Oleksii Korshenko
committed
MAGETWO-82007: MAGETWO-81245: All arguments for mapping methods must be compatible with call_user_func_array #11503
- fixed code style
1 parent 5381cca commit 7e36bd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ public function testMapException()
180180
->will($this->returnValue($criteriaParts));
181181
$this->expectException(\InvalidArgumentException::class);
182182
$mapper->map($criteriaMock);
183-
184183
}
185184

186185
/**

0 commit comments

Comments
 (0)