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 887ecba commit 437f8f3Copy full SHA for 437f8f3
Magento2/Sniffs/Exceptions/DirectThrowSniff.php
@@ -48,7 +48,7 @@ public function process(File $phpcsFile, $stackPtr)
48
$this->warningMessage,
49
$stackPtr,
50
$this->warningCode,
51
- $posOfException
+ [$posOfException]
52
);
53
}
54
0 commit comments