We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7b1f9 commit cceed81Copy full SHA for cceed81
lib/internal/Magento/Framework/Archive/Test/Unit/ZipTest.php
@@ -29,7 +29,7 @@ public function setUp()
29
*/
30
public function testConstructorNoExceptions()
31
{
32
- try{
+ try {
33
$reflectedClass = new \ReflectionClass('\Magento\Framework\Archive\Zip');
34
$constructor = $reflectedClass->getConstructor();
35
$constructor->invoke($this->zip, []);
0 commit comments