@@ -94,7 +94,7 @@ |
||
94 | 94 | { |
95 | 95 | $key = array_search($element, $this->container); |
96 | 96 | |
97 | - if(false === $key) { |
|
97 | + if (false === $key) { |
|
98 | 98 | throw new \OutOfBoundsException('No element found in the collection '); |
99 | 99 | } |
100 | 100 |