We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90775f1 commit b5228fdCopy full SHA for b5228fd
tests/QRCodeTest.php
@@ -40,7 +40,7 @@ protected function setUp():void{
40
}
41
42
/**
43
- * isNumber() should pass on yna number and fail on anything else
+ * isNumber() should pass on any number and fail on anything else
44
*/
45
public function testIsNumber():void{
46
$this::assertTrue($this->qrcode->isNumber('0123456789'));
0 commit comments