@@ -146,7 +146,7 @@ |
||
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, |