We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b30aa commit e82d786Copy full SHA for e82d786
1 file changed
src/Odds.php
@@ -10,6 +10,8 @@
10
11
namespace OddsPHP;
12
13
+use RoundingMode;
14
+
15
enum OddsErrors: string {
16
case NoOddSet = 'No odd has been set yet.';
17
0 commit comments