Passed
Branch master (f2afe0)
by Simon
02:36
created
src/Type/TupleType.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
  * This file is part of the Non Nullable package.
5 5
  * For the full copyright information please view the LICENCE file that was
Please login to merge, or discard this patch.
src/Tuples/Single.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
  * This file is part of the Tuple package.
5 5
  * For the full copyright information please view the LICENCE file that was
Please login to merge, or discard this patch.
src/Tuples/Pair.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
  * This file is part of the Tuple package.
5 5
  * For the full copyright information please view the LICENCE file that was
Please login to merge, or discard this patch.
src/Tuple.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
         if (false === is_int($offset)) {
124 124
             throw new InvalidArgumentException(sprintf(
125 125
                 'Offset must be of type integer, "%s" passed',
126
-                 gettype($offset)
126
+                    gettype($offset)
127 127
             ));
128 128
         }
129 129
 
Please login to merge, or discard this 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
  * This file is part of the Tuple package.
5 5
  * For the full copyright information please view the LICENCE file that was
Please login to merge, or discard this patch.