Skip to content

Commit

Permalink
Merge pull request #25 from mezzio/renovate/vimeo-psalm-5.x
Browse files Browse the repository at this point in the history
Update dependency vimeo/psalm to v5
  • Loading branch information
Ocramius authored Dec 1, 2022
2 parents 1fba8cc + b3f16ba commit c615633
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 96 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/.coveralls.yml export-ignore
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/.phpcs-cache
/.phpunit.result.cache
/clover.xml
/coveralls-upload.json
/docs/html/
/laminas-mkdoc-theme.tgz
/laminas-mkdoc-theme/
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"laminas/laminas-coding-standard": "~2.4.0",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.0",
"vimeo/psalm": "^4.29.0"
"vimeo/psalm": "^5.0.0"
},
"autoload": {
"psr-4": {
Expand Down
188 changes: 98 additions & 90 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/TestAsset/FlashMessages.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function flashNow(string $key, $value, int $hops = 1): void

/**
* @param mixed|null $default
* @return mixed|void
* @return void
*/
public function getFlash(string $key, $default = null)
{
Expand Down

0 comments on commit c615633

Please sign in to comment.