Test Failed
Pull Request — 3.x (#151)
by Petr
62:53
created
src/EnumMap.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -206,7 +206,7 @@
 block discarded – undo
206 206
     {
207 207
         $pos = (int)$pos;
208 208
         if (!isset($this->ordinals[$pos])) {
209
-            throw new OutOfBoundsException("Position {$pos} not found");
209
+            throw new OutOfBoundsException("position {$pos} not found");
210 210
         }
211 211
 
212 212
         $this->pos = $pos;
Please login to merge, or discard this patch.