Skip to content

Commit 264990d

Browse files
committed
qa: apply Psalm suggestions and create initial baseline
Signed-off-by: Matthew Weier O'Phinney <[email protected]>
1 parent cdc0144 commit 264990d

File tree

12 files changed

+171
-292
lines changed

12 files changed

+171
-292
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/.phpcs-cache
2+
/.phpunit.result.cache
23
/clover.xml
34
/coveralls-upload.json
45
/phpunit.xml

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"laminas/laminas-stdlib": "^2.7.8 || ^3.0.1",
3131
"phpunit/phpunit": "^9.3",
3232
"vimeo/psalm": "^4.7",
33-
"psalm/plugin-phpunit": "^0.16.0"
33+
"psalm/plugin-phpunit": "^0.16.0",
34+
"webmozart/assert": "^1.10"
3435
},
3536
"autoload": {
3637
"psr-4": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)