@@ -1,4 +1,4 @@ |
||
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; |
@@ -1,11 +1,11 @@ |
||
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'); |