Passed
Branch master (92f7dd)
by Donald
02:14
created
Category
src/Chekote/BehatRetryExtension/Tester/RuntimeStepTester.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
 
137 137
         $call = $this->createDefinitionCall($env, $feature, $search, $step);
138 138
 
139
-        $lambda = function () use ($call) {
139
+        $lambda = function() use ($call) {
140 140
             return $this->callCenter->makeCall($call);
141 141
         };
142 142
 
Please login to merge, or discard this patch.
fixtures/bin/writeFileDelayed.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
 if (count($argv) != 4) {
6 6
     echo "Usage: writeFileDelayed.php FILE DELAY CONTENT\n";
Please login to merge, or discard this patch.
fixtures/features/bootstrap/FeatureContext.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
 use Behat\Behat\Context\Context;
6 6
 use Symfony\Component\Filesystem\Filesystem;
Please login to merge, or discard this patch.