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
 		92, 112, 20, 198, 27
 	];
 	];
 
 
-	public function testGetCharCodeException(){
+	public function testGetCharCodeException():void{
 		$this->expectException(QRCodeDataException::class);
 		$this->expectException(QRCodeDataException::class);
 		$this->expectExceptionMessage('illegal char: "#" [35]');
 		$this->expectExceptionMessage('illegal char: "#" [35]');