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 047f0c9 commit 4a45742Copy full SHA for 4a45742
docs/source/miscellaneous/stubs.rst
@@ -31,7 +31,7 @@ using namespace blocks:
31
/** @var string */
32
const ANIMAL = "Elephant";
33
/** @var float */
34
- const WEIGHT_TON: 6.8;
+ const WEIGHT_TON = 6.8;
35
36
class Atmopshere {
37
public function calculateBar(): float {}
0 commit comments