Completed
Push — master ( 52755b...6c4366 )
by smiley
02:13
created
vendor/sebastian/object-reflector/tests/_fixture/ChildClass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * file that was distributed with this source code.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace SebastianBergmann\ObjectReflector\TestFixture;
14 14
 
Please login to merge, or discard this patch.
vendor/sebastian/object-reflector/tests/ObjectReflectorTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * file that was distributed with this source code.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace SebastianBergmann\ObjectReflector;
14 14
 
Please login to merge, or discard this patch.
vendor/sebastian/object-reflector/src/Exception.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * file that was distributed with this source code.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace SebastianBergmann\ObjectReflector;
14 14
 
Please login to merge, or discard this patch.
vendor/sebastian/object-reflector/src/ObjectReflector.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
8 8
  * file that was distributed with this source code.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace SebastianBergmann\ObjectReflector;
14 14
 
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
                 $name = $name[0];
38 38
             } else {
39 39
                 if ($name[1] !== $className) {
40
-                    $name = $name[1] . '::' . $name[2];
40
+                    $name = $name[1].'::'.$name[2];
41 41
                 } else {
42 42
                     $name = $name[2];
43 43
                 }
Please login to merge, or discard this patch.
vendor/sebastian/object-reflector/src/InvalidArgumentException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * file that was distributed with this source code.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace SebastianBergmann\ObjectReflector;
14 14
 
Please login to merge, or discard this patch.
vendor/sebastian/environment/tests/RuntimeTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * file that was distributed with this source code.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace SebastianBergmann\Environment;
14 14
 
Please login to merge, or discard this patch.
vendor/sebastian/environment/tests/OperatingSystemTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * file that was distributed with this source code.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace SebastianBergmann\Environment;
14 14
 
Please login to merge, or discard this patch.
vendor/sebastian/environment/tests/ConsoleTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * file that was distributed with this source code.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace SebastianBergmann\Environment;
14 14
 
Please login to merge, or discard this patch.
vendor/sebastian/environment/src/OperatingSystem.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * file that was distributed with this source code.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace SebastianBergmann\Environment;
14 14
 
Please login to merge, or discard this patch.