Skip to content

Commit 8eb0084

Browse files
authored
Merge pull request #487 from Ocramius/dependabot/composer/vimeo/psalm-3.4.11
Update vimeo/psalm requirement from 3.4.6 to 3.4.11
2 parents 65aebe8 + 57e10bc commit 8eb0084

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"phpbench/phpbench": "^0.16.9",
3939
"infection/infection": "^0.13.4",
4040
"symfony/console": "^4.3.3",
41-
"vimeo/psalm": "3.4.6"
41+
"vimeo/psalm": "3.4.11"
4242
},
4343
"suggest": {
4444
"ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",

tests/ProxyManagerTest/Functional/LazyLoadingGhostFunctionalTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -821,10 +821,10 @@ public function testInitializeProxyWillReturnTrueOnSuccessfulInitialization() :
821821
/**
822822
* @psalm-param (CallableInterface&Mock)|null $initializerMatcher
823823
* @psalm-return Closure(
824-
* GhostObjectInterface $proxy,
825-
* string $method,
826-
* array $params,
827-
* ?Closure $initializer
824+
* GhostObjectInterface,
825+
* string,
826+
* array,
827+
* ?Closure
828828
* ) : bool
829829
*/
830830
private function createInitializer(string $className, object $realInstance, ?Mock $initializerMatcher = null) : Closure

0 commit comments

Comments
 (0)