mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-18 12:01:34 +00:00
:octocat: reintroducing phan because phpstan keeps making trouble
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user