We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af8131 commit 1918d92Copy full SHA for 1918d92
src/Geocoder/GeocoderInterface.php
@@ -10,6 +10,8 @@
10
11
namespace Geocoder;
12
13
+use Geocoder\Result\ResultInterface;
14
+
15
/**
16
* @author William Durand <william.durand1@gmail.com>
17
*/
src/Geocoder/Provider/ArcGISOnlineProvider.php
@@ -176,7 +176,7 @@ protected function buildQuery($query)
176
*
177
* @throws NoResultException
178
179
- * @return stdClass json object representing the query result
+ * @return \stdClass json object representing the query result
180
181
protected function executeQuery($query)
182
{
0 commit comments