File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
src/Standards/Squiz/Tests/PHP Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -117,3 +117,5 @@ function foo()
117117<?php /* translators: too much space before close */ ?>
118118
119119<?php echo 'okay ' ; // phpcs:ignore Standard.Category.Sniff -- reason. ?>
120+ <?php echo 'too much space before close ' ; // phpcs:ignore Standard.Category.Sniff -- reason. ?>
121+ <?php echo 'no space before close ' ; // phpcs:ignore Standard.Category.Sniff -- reason. ?>
Original file line number Diff line number Diff line change @@ -117,3 +117,5 @@ function foo()
117117<?php /* translators: too much space before close */ ?>
118118
119119<?php echo 'okay'; // phpcs:ignore Standard.Category.Sniff -- reason. ?>
120+ <?php echo 'too much space before close'; // phpcs:ignore Standard.Category.Sniff -- reason. ?>
121+ <?php echo 'no space before close'; // phpcs:ignore Standard.Category.Sniff -- reason. ?>
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ public function getErrorList()
6060 113 => 1 ,
6161 116 => 1 ,
6262 117 => 1 ,
63+ 120 => 1 ,
64+ 121 => 1 ,
6365 ];
6466
6567 }//end getErrorList()
You can’t perform that action at this time.
0 commit comments