Completed
Push — master ( ff26e9...7c6e93 )
by Vitaly
07:50 queued 04:40
created
src/GenericFeatureContext.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 namespace samsonframework\behatextension;
3 3
 
4 4
 use Behat\Behat\Hook\Scope\AfterStepScope;
Please login to merge, or discard this patch.
phpunit.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /**
3 3
  * Created by Vitaly Iegorov <[email protected]>
4 4
  * on 04.08.14 at 17:43
5 5
  */
6 6
 
7 7
 /** Set composer autoloader */
8
-require __DIR__.'/vendor/autoload.php';
8
+require __DIR__ . '/vendor/autoload.php';
9 9
 
10 10
 /** Set The Default Timezone */
11 11
 date_default_timezone_set('UTC');
Please login to merge, or discard this patch.