Skip to content

Commit fbaa6b0

Browse files
committed
Comment static var
1 parent cf8df24 commit fbaa6b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/BitArray/BitArray.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
*/
2424
class BitArray implements \ArrayAccess, \Countable, \IteratorAggregate, \JsonSerializable
2525
{
26+
/**
27+
* @var integer[] Number of bits for each value between 0 and 255
28+
*/
2629
private static $count = [
2730
0, 1, 1, 2, 1, 2, 2, 3, 1, 2, 2, 3, 2, 3, 3, 4,
2831
1, 2, 2, 3, 2, 3, 3, 4, 2, 3, 3, 4, 3, 4, 4, 5,

0 commit comments

Comments
 (0)