mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-25 18:48:15 +00:00
phpcs: remove trailing whitespace from comments
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user