Completed
Push — master ( 66f789...f393b7 )
by Barney
02:34 queued 10s
created
src/ImmutableArrayAccessTrait.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,8 @@
 block discarded – undo
11 11
     }
12 12
 
13 13
     final public function offsetUnset($offset) {
14
-      $msg = 'Collection %s is immutable and values cannot be unset.';
15
-      $this->throwImmutable(sprintf($msg, static::class));
14
+        $msg = 'Collection %s is immutable and values cannot be unset.';
15
+        $this->throwImmutable(sprintf($msg, static::class));
16 16
     }
17 17
 
18 18
     protected function throwImmutable($msg, $errorCode = null)
Please login to merge, or discard this patch.