mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-25 01:27:55 +00:00
:octocat: fix PHPCS config, add Slevomat rules
This commit is contained in:
@@ -187,7 +187,7 @@ abstract class DataInterfaceTestAbstract extends TestCase{
|
||||
try{
|
||||
$this::assertSame($version->getVersionNumber(), $minimumVersionNumber);
|
||||
}
|
||||
catch(ExpectationFailedException $e){
|
||||
catch(ExpectationFailedException){
|
||||
$this::assertSame(($version->getVersionNumber() + 1), $minimumVersionNumber, 'safety margin');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user