Skip to content

Commit ffd9255

Browse files
committed
Fix CS
1 parent b20a63b commit ffd9255

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Geocoder/Provider/ArcGISOnlineProvider.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ class ArcGISOnlineProvider extends AbstractProvider implements ProviderInterface
4040
protected $protocol = 'http';
4141

4242
/**
43-
* @param HttpAdapterInterface $adapter An HTTP adapter.
44-
* @param string $sourceCountry Country biasing (optional).
45-
* @param bool $useSsl Whether to use an SSL connection (optional)
43+
* @param HttpAdapterInterface $adapter An HTTP adapter.
44+
* @param string $sourceCountry Country biasing (optional).
45+
* @param bool $useSsl Whether to use an SSL connection (optional)
4646
*/
4747
public function __construct(HttpAdapterInterface $adapter, $sourceCountry = null, $useSsl = false)
4848
{

0 commit comments

Comments
 (0)