Completed
Push — master ( 299893...390b51 )
by Mario
08:21
created
spec/Core/WeatherServicesSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.
kahlan-config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,4 +7,4 @@
 block discarded – undo
7 7
 $commandLine = $this->commandLine();
8 8
 
9 9
 // set src directoru to lib
10
-$commandLine->set('src','lib');
10
+$commandLine->set('src', 'lib');
Please login to merge, or discard this patch.