File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/CustomerImportExport/Test/Unit/Model/Import/Customer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 * Dissemination of this information or reproduction of this material
1515 * is strictly forbidden unless prior written permission is obtained
1616 * from Adobe.
17- *************************************************************************
17+ * ************************************************************************
1818 */
1919declare (strict_types=1 );
2020
@@ -118,10 +118,10 @@ public function testLoadCustomersData()
118118 /**
119119 * Mock DB connection and return customer data's
120120 *
121- * @return AdapterInterface|MockObject
121+ * @return AdapterInterface
122122 * @throws Exception
123123 */
124- private function getConnectionMock (): AdapterInterface | MockObject
124+ private function getConnectionMock (): AdapterInterface
125125 {
126126 $ customerData = [
127127 'email ' => 'test@example.com ' ,
You can’t perform that action at this time.
0 commit comments