Passed
Push — master ( ee061b...116180 )
by Patrick
03:02
created
ForecastAutomationTests/MattermostClient/MattermostClientFacadeTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 /*
6 6
  * This file is part of forecast.it.fill project.
Please login to merge, or discard this patch.
tests/ForecastAutomationTests/GuzzleClient/Shared/GuzzleFactoryHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 {
11 11
     public function createResolvedPromise($data): PromiseInterface
12 12
     {
13
-        $resolvedPromise = new Promise(function () use (&$resolvedPromise,$data) {
13
+        $resolvedPromise = new Promise(function() use (&$resolvedPromise, $data) {
14 14
             $resolvedPromise->resolve($data);
15 15
         });
16 16
         return $resolvedPromise;
Please login to merge, or discard this patch.
tests/ForecastAutomationTests/Activity/ActivityFacadeTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 /*
6 6
  * This file is part of forecast.it.fill project.
Please login to merge, or discard this patch.