Skip to content

Commit 485ba9c

Browse files
committed
Increase linter level to 4
1 parent 6fcdfcb commit 485ba9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
},
142142
"scripts": {
143143
"format": "php-cs-fixer fix index.php src/Aspose/ tests/ --config=php-cs-fixer.conf",
144-
"lint": "phpstan analyse index.php src/ tests/ --level=3",
144+
"lint": "phpstan analyse index.php src/ tests/ --level=4",
145145
"test": "phpunit"
146146
}
147147
}

0 commit comments

Comments
 (0)