瀏覽代碼

:shower: :void

codemasher 5 年之前
父節點
當前提交
1add3d31f5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/Data/AlphaNumTest.php

+ 1 - 1
tests/Data/AlphaNumTest.php

@@ -36,7 +36,7 @@ class AlphaNumTest extends DatainterfaceTestAbstract{
 		92, 112, 20, 198, 27
 	];
 
-	public function testGetCharCodeException(){
+	public function testGetCharCodeException():void{
 		$this->expectException(QRCodeDataException::class);
 		$this->expectExceptionMessage('illegal char: "#" [35]');