Skip to content

Commit b5228fd

Browse files
committed
🚿
1 parent 90775f1 commit b5228fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/QRCodeTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ protected function setUp():void{
4040
}
4141

4242
/**
43-
* isNumber() should pass on yna number and fail on anything else
43+
* isNumber() should pass on any number and fail on anything else
4444
*/
4545
public function testIsNumber():void{
4646
$this::assertTrue($this->qrcode->isNumber('0123456789'));

0 commit comments

Comments
 (0)