Completed
Push — add_bdd ( a2de90...b6b949 )
by Anatoliy
05:17
created
test/unit/PHPUnit/Mock/Type/UnknownTypeMock.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * Created by PhpStorm.
5 5
  * User: danchukas
Please login to merge, or discard this patch.
test/unit/PHPUnit/DenyMultiplyRunTest/ExistRightPidFileTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * Created by PhpStorm.
5 5
  * User: danchukas
Please login to merge, or discard this patch.
test/unit/PHPUnit/DenyMultiplyRunTest/DenyUseTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * Created by PhpStorm.
5 5
  * User: danchukas
Please login to merge, or discard this patch.
test/BDD/Behat/FeatureContext/Buffer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 use Behat\Behat\Context\Context;
5 5
 use Behat\Behat\Tester\Exception\PendingException;
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
     public function aNonExistedFileAs($arg1)
33 33
     {
34 34
         $arg1 = str_replace("$", "", $arg1);
35
-        $this->variableList[$arg1] = sys_get_temp_dir() . '/' . uniqid('vd_', true);;
35
+        $this->variableList[$arg1] = sys_get_temp_dir() . '/' . uniqid('vd_', true); ;
36 36
     }
37 37
 
38 38
 
Please login to merge, or discard this patch.
test/BDD/Behat/FeatureContext/AlertFailedTry.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 use Behat\Behat\Context\Context;
5 5
 
Please login to merge, or discard this patch.
test/BDD/Behat/FeatureContext/BaseUse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 use Behat\Behat\Context\Context;
5 5
 use Behat\Behat\Hook\Scope\AfterScenarioScope;
Please login to merge, or discard this patch.
example/example.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * Created by PhpStorm.
5 5
  * User: danchukas
Please login to merge, or discard this patch.
test/unit/PHPUnit/Mock/PidFileTestCase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * Created by PhpStorm.
5 5
  * User: danchukas
Please login to merge, or discard this patch.
test/BDD/Behat/FeatureContext/Main.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 use Behat\Behat\Context\Context;
5 5
 use Behat\Gherkin\Node\PyStringNode;
Please login to merge, or discard this patch.