File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -597,6 +597,7 @@ private function doGetBinaryBitsetLeInt()
597
597
* @param string $bitset
598
598
* @return void
599
599
* @throws InvalidArgumentException On a non string is given as Parameter
600
+ * @throws InvalidArgumentException On Out-Of-Range bits given as input bitset
600
601
*/
601
602
public function setBinaryBitsetLe ($ bitset )
602
603
{
@@ -617,7 +618,7 @@ public function setBinaryBitsetLe($bitset)
617
618
*
618
619
* @param string $bitset
619
620
* @return void
620
- * @throws InvalidArgumentException On a non string is given as Parameter
621
+ * @throws InvalidArgumentException On Out-Of-Range bits given as input bitset
621
622
*/
622
623
private function doSetBinaryBitsetLeBin ($ bitset )
623
624
{
@@ -656,7 +657,7 @@ private function doSetBinaryBitsetLeBin($bitset)
656
657
*
657
658
* @param string $bitset
658
659
* @return void
659
- * @throws InvalidArgumentException On a non string is given as Parameter
660
+ * @throws InvalidArgumentException On Out-Of-Range bits given as input bitset
660
661
*/
661
662
private function doSetBinaryBitsetLeInt ($ bitset )
662
663
{
You can’t perform that action at this time.
0 commit comments