| @@ -124,7 +124,7 @@ | ||
| 124 | 124 | |
| 125 | 125 | if ($this->arrayConstructionOnly && !is_array($idOrArray)) | 
| 126 | 126 |          { | 
| 127 | -            throw new \InvalidArgumentException("A $staticClass cannot be fetched from an ID."); | |
| 127 | +            throw new \InvalidArgumentException("a $staticClass cannot be fetched from an ID."); | |
| 128 | 128 | } | 
| 129 | 129 | |
| 130 | 130 | $this->initializeValues(); |