mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37:58 +00:00
make phpcs happy
This commit is contained in:
@@ -84,8 +84,8 @@ class TokenList
|
|||||||
{
|
{
|
||||||
$ids = array();
|
$ids = array();
|
||||||
|
|
||||||
foreach($this->aTokens as $aTokenList) {
|
foreach ($this->aTokens as $aTokenList) {
|
||||||
foreach($aTokenList as $oToken) {
|
foreach ($aTokenList as $oToken) {
|
||||||
if (is_a($oToken, '\Nominatim\Token\Word') && !$oToken->bPartial) {
|
if (is_a($oToken, '\Nominatim\Token\Word') && !$oToken->bPartial) {
|
||||||
$ids[$oToken->iId] = $oToken->iId;
|
$ids[$oToken->iId] = $oToken->iId;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user