Skip to content

Commit

Permalink
Improve comment in RequireCustomAbortMessageSniff
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Apr 1, 2024
1 parent e6188df commit 6c00621
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function process(File $phpcsFile, $functionPointer): void // phpcs:ignore
&& $tokens[$nextEffectiveTokenPosition]['type'] === 'T_VARIABLE'
&& count($functionParameterDividerCommas) === 0
) {
// Skip as we dont know is is the variable type: it can be Response or Responsable instance
// Skip because we don't know what the variable type is: it can be Response or Responsable instance
// @todo Implement it
return;
}
Expand Down

0 comments on commit 6c00621

Please sign in to comment.