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 77fab71 commit 9dc7fc1Copy full SHA for 9dc7fc1
src/Unit.php
@@ -13,7 +13,7 @@ class Unit
13
protected $value;
14
15
/** @var int */
16
- static protected $bitShift = 6;
+ protected static $bitShift = 6;
17
18
/**
19
* @param float $value
0 commit comments