Skip to content

Commit 7bcd7ac

Browse files
committed
Fix cs
1 parent 1f13e2d commit 7bcd7ac

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Logger/GeocoderLogger.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ public function __construct(LoggerInterface $logger = null)
3636
}
3737

3838
/**
39-
* @param string $value value to geocode
40-
* @param float $duration geocoding duration
41-
* @param string $providerClass Geocoder provider class name
42-
* @param \SplObjectStorage|Geocoded $results
39+
* @param string $value value to geocode
40+
* @param float $duration geocoding duration
41+
* @param string $providerClass Geocoder provider class name
42+
* @param \SplObjectStorage|Geocoded $results
4343
*/
4444
public function logRequest($value, $duration, $providerClass, $results)
4545
{

Tests/Command/GeocodeCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* @author Markus Bachmann <[email protected]>
2121
*/
22-
class GeocoderCommandTest extends \PHPUnit_Framework_TestCase
22+
class GeocodeCommandTest extends \PHPUnit_Framework_TestCase
2323
{
2424
private static $address = '10 rue Gambetta, Paris, France';
2525

0 commit comments

Comments
 (0)