File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ final public function is($enumerator)
167167 *
168168 * @param static|null|bool|int|float|string|array $enumerator An enumerator object or value
169169 * @return static
170- * @throws InvalidArgumentException On an unknwon or invalid value
170+ * @throws InvalidArgumentException On an unknown or invalid value
171171 * @throws LogicException On ambiguous constant values
172172 */
173173 final public static function get ($ enumerator )
@@ -184,7 +184,7 @@ final public static function get($enumerator)
184184 *
185185 * @param null|bool|int|float|string|array $value Enumerator value
186186 * @return static
187- * @throws InvalidArgumentException On an unknwon or invalid value
187+ * @throws InvalidArgumentException On an unknown or invalid value
188188 * @throws LogicException On ambiguous constant values
189189 */
190190 final public static function byValue ($ value )
You can’t perform that action at this time.
0 commit comments