Passed
Pull Request — master (#2)
by Simon
01:50
created
src/Tuple.php 1 patch
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.