File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 66use InvalidArgumentException ;
77
88/**
9- * EnumMap implementation in base of SplObjectStorage
9+ * A map of enumerator keys of the given enumeration (EnumMap<T>)
10+ * based on SplObjectStorage
1011 *
1112 * @link http://github.com/marc-mabe/php-enum for the canonical source repository
1213 * @copyright Copyright (c) 2017 Marc Bennewitz
Original file line number Diff line number Diff line change 77use InvalidArgumentException ;
88
99/**
10- * This EnumSet is based on a bitset of a binary string.
10+ * A set of enumerators of the given enumeration (EnumSet<T>)
11+ * based on an integer or binary bitset depending of given enumeration size.
1112 *
1213 * @link http://github.com/marc-mabe/php-enum for the canonical source repository
1314 * @copyright Copyright (c) 2017 Marc Bennewitz
You can’t perform that action at this time.
0 commit comments