Skip to content

Commit 399681b

Browse files
committed
Merge pull request #225 from havvg/master
fix inspection values
2 parents 3af8131 + 1918d92 commit 399681b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Geocoder/GeocoderInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
namespace Geocoder;
1212

13+
use Geocoder\Result\ResultInterface;
14+
1315
/**
1416
* @author William Durand <william.durand1@gmail.com>
1517
*/

src/Geocoder/Provider/ArcGISOnlineProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ protected function buildQuery($query)
176176
*
177177
* @throws NoResultException
178178
*
179-
* @return stdClass json object representing the query result
179+
* @return \stdClass json object representing the query result
180180
*/
181181
protected function executeQuery($query)
182182
{

0 commit comments

Comments
 (0)