Skip to content

Commit

Permalink
keep wording consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed Jul 24, 2021
1 parent 7146c64 commit 1a41ee4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,8 @@ private static function analyzeNonDivOperands(
if ($config->strict_binary_operands) {
if ($statements_source && IssueBuffer::accepts(
new InvalidOperand(
'Cannot process ints and floats in strict binary operands mode',
'Cannot process ints and floats in strict binary operands mode, '.
'please cast explicitly',
new CodeLocation($statements_source, $parent)
),
$statements_source->getSuppressedIssues()
Expand Down

0 comments on commit 1a41ee4

Please sign in to comment.