Completed
Push — master ( ed3425...04118a )
by
unknown
40:37 queued 23s
created
build/integration/features/bootstrap/RoutingContext.php 2 patches
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -9,10 +9,10 @@
 block discarded – undo
9 9
 require __DIR__ . '/../../vendor/autoload.php';
10 10
 
11 11
 class RoutingContext implements Context, SnippetAcceptingContext {
12
-	use Provisioning;
13
-	use AppConfiguration;
14
-	use CommandLine;
12
+    use Provisioning;
13
+    use AppConfiguration;
14
+    use CommandLine;
15 15
 
16
-	protected function resetAppConfigs(): void {
17
-	}
16
+    protected function resetAppConfigs(): void {
17
+    }
18 18
 }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 use Behat\Behat\Context\Context;
7 7
 use Behat\Behat\Context\SnippetAcceptingContext;
8 8
 
9
-require __DIR__ . '/../../vendor/autoload.php';
9
+require __DIR__.'/../../vendor/autoload.php';
10 10
 
11 11
 class RoutingContext implements Context, SnippetAcceptingContext {
12 12
 	use Provisioning;
Please login to merge, or discard this patch.