Merge pull request #992 from mtmail/phpcs-whitespace-warnings

phpcs: remove trailing whitespace from comments
This commit is contained in:
Sarah Hoffmann
2018-03-27 08:56:11 +02:00
committed by GitHub
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;