phpcs: remove trailing whitespace from comments

This commit is contained in:
Marc Tobias Metten
2018-03-27 01:43:02 +02:00
parent 64fa70ac0a
commit f6a76ebcd5
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ $aTagsBlacklist
'place' => array('house', 'houses'), 'place' => array('house', 'houses'),
); );
// If a class is in the white list then all types will // If a class is in the white list then all types will
// be ignored except the ones given in the list. // be ignored except the ones given in the list.
// Also use this list to exclude an entire class from // Also use this list to exclude an entire class from
// special phrases. // special phrases.

View File

@@ -37,7 +37,7 @@ $sTestPageText = <<<EOD
| coasters = 12 | coasters = 12
| water_rides = 2 | water_rides = 2
| owner = [[Six Flags]] | owner = [[Six Flags]]
| general_manager = | general_manager =
| homepage = [http://www.sixflags.com/parks/greatadventure/ Six Flags Great Adventure] | homepage = [http://www.sixflags.com/parks/greatadventure/ Six Flags Great Adventure]
}} }}
EOD; EOD;