Skip to content

Commit 0ad4cbf

Browse files
authored
Merge pull request #29 from laminas/renovate/lock-file-maintenance
Update vimeo/psalm to ^5.4, bump dev dependencies
2 parents 9160efb + 99de4cf commit 0ad4cbf

File tree

3 files changed

+84
-73
lines changed

3 files changed

+84
-73
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
},
4242
"require-dev": {
4343
"laminas/laminas-coding-standard": "~2.4.0",
44-
"phpunit/phpunit": "^9.5.26",
45-
"psalm/plugin-phpunit": "^0.18.0",
46-
"vimeo/psalm": "^5.0.0"
44+
"phpunit/phpunit": "^9.5.27",
45+
"psalm/plugin-phpunit": "^0.18.4",
46+
"vimeo/psalm": "^5.4"
4747
},
4848
"conflict": {
4949
"laminas/laminas-mvc": "<3.0.0",

composer.lock

Lines changed: 78 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/FilePostRedirectGet.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public function getSessionContainer()
172172
}
173173

174174
/**
175-
* @return FilePostRedirectGet
175+
* @return $this
176176
*/
177177
public function setSessionContainer(Container $container)
178178
{
@@ -181,9 +181,9 @@ public function setSessionContainer(Container $container)
181181
}
182182

183183
/**
184-
* @param string $property
184+
* @param non-empty-string $property
185185
* @param mixed $value
186-
* @return FilePostRedirectGet
186+
* @return $this
187187
*/
188188
protected function setProtectedFormProperty(FormInterface $form, $property, $value)
189189
{

0 commit comments

Comments
 (0)