Skip to content

Commit 293b65c

Browse files
authored
Added possible InvalidArgumentException in phpdoc of EnumSet::setBinaryBitsetBe()
1 parent 8a7b855 commit 293b65c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/EnumSet.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,7 @@ public function getBinaryBitsetBe()
698698
* @param string $bitset
699699
* @return void
700700
* @throws InvalidArgumentException On a non string is given as Parameter
701+
* @throws InvalidArgumentException On Out-Of-Range bits given as input bitset
701702
*/
702703
public function setBinaryBitsetBe($bitset)
703704
{

0 commit comments

Comments
 (0)