Skip to content

Commit 2701a4f

Browse files
author
gwharton
committed
Fix Travis Long Line Check
1 parent 05b1512 commit 2701a4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/Config/ConverterTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ public function parseVarElementDataProvider()
8080
*/
8181
protected function setUp()
8282
{
83-
$this->converter = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(\Magento\Framework\Config\Converter::class);
83+
$this->converter = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()
84+
->create(\Magento\Framework\Config\Converter::class);
8485
}
8586
}

0 commit comments

Comments
 (0)