:octocat: reintroducing phan because phpstan keeps making trouble

This commit is contained in:
smiley
2025-07-19 23:29:41 +02:00
parent 5477e121d3
commit bf34b46c57
21 changed files with 6853 additions and 13 deletions
+2
View File
@@ -70,6 +70,8 @@ final class QROptionsTest extends TestCase{
/**
* Tests setting the ECC level from string or int
*
* @phan-suppress PhanTypeMismatchPropertyProbablyReal
*/
public function testSetEccLevel():void{
$o = new QROptions(['eccLevel' => EccLevel::H]);