Skip to content

Commit bfdc12f

Browse files
committed
Added vimeo/psalm version 3.9.3 as a dev requirement. Added a configuration file on error level 7 for now. Added its execution to our Makefile. And fixed a single issue in a phtml file.
1 parent 23aec18 commit bfdc12f

File tree

5 files changed

+545
-2
lines changed

5 files changed

+545
-2
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ checkquality:
3333
xmllint --noout view/adminhtml/ui_component/baldwin_urldataintegritychecker_grid_catalog_product_urlpath.xml # schema validation doesn't work here since the xsd includes another xsd ..
3434

3535
vendor/bin/phpstan analyse
36+
vendor/bin/psalm
3637

3738
.PHONY: test
3839
test:

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"phpcompatibility/php-compatibility": "^9.2",
2929
"phpstan/extension-installer": "^1.0",
3030
"phpstan/phpstan": "^0.11.12",
31-
"phpunit/phpunit": "^7.5"
31+
"phpunit/phpunit": "^7.5",
32+
"vimeo/psalm": "^3.9"
3233
},
3334
"config": {
3435
"sort-packages": true

0 commit comments

Comments
 (0)