Skip to content

Commit

Permalink
Merge pull request #84 from PHPCSStandards/php-8.3/ruleset-explain-fi…
Browse files Browse the repository at this point in the history
…x-deprecation-notice

PHP 8.3 | Ruleset::explain(): fix deprecation notice
  • Loading branch information
jrfnl authored Dec 4, 2023
2 parents 814d4a7 + 1f1d3bb commit 0cea0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ruleset.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public function explain()
ob_start();

$lastStandard = null;
$lastCount = '';
$lastCount = 0;
$sniffCount = count($sniffs);

// Add a dummy entry to the end so we loop
Expand Down

0 comments on commit 0cea0cc

Please sign in to comment.