We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23dae18 commit 1da4388Copy full SHA for 1da4388
README.md
@@ -59,7 +59,7 @@ Also, the Money object constructor takes a float parameter, using it as the amou
59
60
use Money\Money;
61
62
-echo Money::EUR(5.32)->formattedString();
+echo Money::EUR(5.32);
63
```
64
65
Output:
0 commit comments