Skip to content

Commit

Permalink
Fixes #30 #28 update nominatim
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Aug 23, 2021
1 parent 8be65cb commit 3e3f44b
Show file tree
Hide file tree
Showing 9 changed files with 592 additions and 752 deletions.
26 changes: 13 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion vendor/composer/ClassLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function unregister()
* Loads the given class or interface.
*
* @param string $class The name of the class
* @return bool|null True if loaded, null otherwise
* @return true|null True if loaded, null otherwise
*/
public function loadClass($class)
{
Expand All @@ -347,6 +347,8 @@ public function loadClass($class)

return true;
}

return null;
}

/**
Expand Down
Loading

0 comments on commit 3e3f44b

Please sign in to comment.