소스 검색

: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]');