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 883d85a commit f020b35Copy full SHA for f020b35
snippet/float_.php
@@ -4,4 +4,4 @@
4
5
use PhpParser\Node\Scalar\Float_;
6
7
-return new Float_(100);
+return new Float_(100.5);
0 commit comments