Skip to content

Commit 9dc7fc1

Browse files
committed
fix: code style
1 parent 77fab71 commit 9dc7fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Unit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Unit
1313
protected $value;
1414

1515
/** @var int */
16-
static protected $bitShift = 6;
16+
protected static $bitShift = 6;
1717

1818
/**
1919
* @param float $value

0 commit comments

Comments
 (0)