Skip to content

Commit

Permalink
Expand inline comment to explain the purpose of a specific test case
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoprimo committed Jan 5, 2024
1 parent cbeffdd commit ccad790
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php

// Intentional parse error. Testing that the sniff is *not* triggered in this case.
// Issue PHPCSStandards/PHP_CodeSniffer#226
// Intentional parse error (missing close parenthesis). Testing that the sniff is *not* triggered
// in this case and that no PHP 8.3+ deprecation notice is thrown.
for ($i = 0; $i < 10; $i++

0 comments on commit ccad790

Please sign in to comment.