@@ -5,7 +5,7 @@ |
||
5 | 5 | use Marek\OpenWeatherMap\Core\WeatherServices; |
6 | 6 | |
7 | 7 | describe(WeatherServices::class, function() { |
8 | - describe('->getWeatherService', function(){ |
|
8 | + describe('->getWeatherService', function() { |
|
9 | 9 | |
10 | 10 | it('it is ok', function() { |
11 | 11 | expect(1)->toBe(1); |
@@ -7,4 +7,4 @@ |
||
7 | 7 | $commandLine = $this->commandLine(); |
8 | 8 | |
9 | 9 | // set src directoru to lib |
10 | -$commandLine->set('src','lib'); |
|
10 | +$commandLine->set('src', 'lib'); |