Skip to content

Commit 1452ed3

Browse files
committed
AC-683: Create phpcs static check for TableTest
1 parent a1c933a commit 1452ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Magento2/Sniffs/Legacy/TableNameSniff.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ private function checkOccurrencesInMethods(File $phpcsFile, int $stackPtr, array
114114
$paramPos = $phpcsFile->findNext(
115115
[T_CONSTANT_ENCAPSED_STRING, T_VARIABLE],
116116
$paramPos + 1,
117-
$phpcsFile->findNext(T_CLOSE_PARENTHESIS, $paramPos + 1)
117+
$phpcsFile->findNext(T_CLOSE_PARENTHESIS, $paramPos + 1)
118118
);
119119
}
120120
if (strpos($tokens[$paramPos]['content'], '/') !== false) {

0 commit comments

Comments
 (0)