Skip to content

Commit

Permalink
Add explanation to @throws tag
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstuecklschwaiger authored and isfedorov committed Dec 17, 2024
1 parent f53af17 commit 7740fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Core_c.php
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ interface BackedEnum extends UnitEnum
* case, if any. If there is no matching case defined, it will throw a
* <code>ValueError</code>.
* @param int|string $value
* @throws ValueError
* @throws ValueError if there is no matching case defined
* @throws TypeError
* @return static
* @link https://www.php.net/manual/en/backedenum.from.php
Expand Down

0 comments on commit 7740fa8

Please sign in to comment.