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.
2 parents 13e984d + 3d780ff commit 0f9e3dbCopy full SHA for 0f9e3db
lib/internal/Magento/Framework/Archive/Test/Unit/ZipTest.php
@@ -33,7 +33,7 @@ public function testConstructorNoExceptions()
33
$reflectedClass = new \ReflectionClass('\Magento\Framework\Archive\Zip');
34
$constructor = $reflectedClass->getConstructor();
35
$constructor->invoke($this->zip, []);
36
- } catch (\Exception $e){
+ } catch (\Exception $e) {
37
$this->fail('Failed asserting that no exceptions is thrown');
38
}
39
0 commit comments