Skip to content

Commit

Permalink
Changelog + remove debug code for #2565 (ref #2567)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Jul 25, 2019
1 parent 57ae79b commit c59713f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
-- Thanks to Matthew Peveler for the patch
- Fixed bug #2561 : PHP 7.4 compatibility fix / implode argument order
-- Thanks to Juliette Reinders Folmer for the patch
- Fixed bug #2565 : Generic.ControlStructures.InlineControlStructure confused by mixed short/long tags
-- Thanks to Juliette Reinders Folmer for the patch
- Fixed bug #2566 : Author tag email validation doesn't support all TLDs
-- Thanks to Juliette Reinders Folmer for the patch
</notes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ public function process(File $phpcsFile, $stackPtr)
}

if ($tokens[$nextNonEmpty]['code'] === T_COLON) {
var_dump($tokens[$nextNonEmpty]);
// Alternative control structure.
// T_END... missing. Either live coding, parse error or end
// tag in short open tags and scan run with short_open_tag=Off.
Expand Down

0 comments on commit c59713f

Please sign in to comment.