We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13cb51b commit dc94786Copy full SHA for dc94786
src/Binary.php
@@ -39,7 +39,6 @@
39
use const PHP_INT_MAX;
40
41
class Binary{
42
- private const SIZEOF_BYTE = 1;
43
private const SIZEOF_SHORT = 2;
44
private const SIZEOF_INT = 4;
45
private const SIZEOF_LONG = 8;
0 commit comments