Skip to content

Commit 00a7208

Browse files
authored
Merge pull request #17 from szepeviktor/patch-1
Improve comment in RequireCustomAbortMessageSniff
2 parents 7294f3c + 6c00621 commit 00a7208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: IxDFCodingStandard/Sniffs/Laravel/RequireCustomAbortMessageSniff.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function process(File $phpcsFile, $functionPointer): void // phpcs:ignore
110110
&& $tokens[$nextEffectiveTokenPosition]['type'] === 'T_VARIABLE'
111111
&& count($functionParameterDividerCommas) === 0
112112
) {
113-
// Skip as we dont know is is the variable type: it can be Response or Responsable instance
113+
// Skip because we don't know what the variable type is: it can be Response or Responsable instance
114114
// @todo Implement it
115115
return;
116116
}

0 commit comments

Comments
 (0)