Skip to content

Commit 67063d3

Browse files
author
roettigl
committed
MC-18816: Impelement an better check for ThrowCatchSniff
1 parent 73ad14a commit 67063d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Magento2/Sniffs/Exceptions/ThrowCatchSniff.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function process(File $phpcsFile, $stackPtr)
9797
* @param int $startPos
9898
* @return string
9999
*/
100-
private function getFullClassName(array $tokens, int $startPos)
100+
private function getFullClassName(array $tokens, $startPos)
101101
{
102102
$fullName = "";
103103
$endOfClassName = [T_SEMICOLON => 0, T_CLOSE_PARENTHESIS => 0];

0 commit comments

Comments
 (0)