Skip to content

Commit 7caa152

Browse files
committed
Minor fixes on TimedGeocoder
1 parent 8dd71cf commit 7caa152

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Geocoder/TimedGeocoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
use Symfony\Component\Stopwatch\Stopwatch;
1414

1515
/**
16-
* This Geocoder allows you to profile your API/Database calls.
16+
* This Geocoder allows you to profile your API/Database calls.
1717
*
1818
* @author Markus Bachmann <[email protected]>
1919
*/

tests/Geocoder/TestTimedGeocoder.php renamed to tests/Geocoder/Tests/TimedGeocoderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function testGeocode()
2222
->will($this->returnValue([]));
2323

2424
$this->geocoder->geocode('foo');
25-
25+
2626
$this->assertCount(1, $this->stopwatch->getSectionEvents('__root__'));
2727
}
2828

0 commit comments

Comments
 (0)