Completed
Push — master ( 7f7f3b...f5458a )
by Bocharsky
7s
created
src/AbstractArray.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@
 block discarded – undo
146 146
      * @return AbstractArray An array with containing all the entries from this array
147 147
      * which have keys that are present in $array.
148 148
      */
149
-     abstract public function intersectKey(array $array);
149
+        abstract public function intersectKey(array $array);
150 150
 
151 151
     /**
152 152
      * Apply the given function to the every element of the current array,
Please login to merge, or discard this patch.