Skip to content

Commit 92ff055

Browse files
Merge branch '8.5' into 9.6
2 parents 1a15698 + 0f4fed2 commit 92ff055

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.phive/phars.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
33
<phar name="phpab" version="^1.25" installed="1.29.0" location="./tools/phpab" copy="true"/>
4-
<phar name="php-cs-fixer" version="^3.0" installed="3.49.0" location="./tools/php-cs-fixer" copy="true"/>
5-
<phar name="psalm" version="^5.0" installed="5.22.0" location="./tools/psalm" copy="true"/>
4+
<phar name="php-cs-fixer" version="^3.0" installed="3.50.0" location="./tools/php-cs-fixer" copy="true"/>
5+
<phar name="psalm" version="^5.0" installed="5.22.2" location="./tools/psalm" copy="true"/>
66
<phar name="humbug/php-scoper" version="^0.18" installed="0.18.11" location="./tools/php-scoper" copy="true"/>
77
<phar name="composer" version="^2.0.3" installed="2.7.1" location="./tools/composer" copy="true"/>
88
</phive>

tests/unit/Framework/MockObject/Builder/InvocationMockerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public function testWillReturnFailsWhenTryingToReturnSingleIncompatibleClass():
152152

153153
public function testWillReturnAllowsMatchersForMultipleMethodsWithDifferentReturnTypes(): void
154154
{
155-
/** @var ClassWithAllPossibleReturnTypes|\PHPUnit\Framework\MockObject\MockObject $mock */
155+
/** @var ClassWithAllPossibleReturnTypes|MockObject $mock */
156156
$mock = $this->getMockBuilder(ClassWithAllPossibleReturnTypes::class)
157157
->getMock();
158158

@@ -201,7 +201,7 @@ public function testWillReturnValidTypeForLowercaseMethod(): void
201201
*/
202202
public function testWillReturnFailsWhenTryingToReturnValueFromVoidMethod(): void
203203
{
204-
/** @var ClassWithAllPossibleReturnTypes|\PHPUnit\Framework\MockObject\MockObject $out */
204+
/** @var ClassWithAllPossibleReturnTypes|MockObject $out */
205205
$out = $this->createMock(ClassWithAllPossibleReturnTypes::class);
206206
$method = $out->method('methodWithVoidReturnTypeDeclaration');
207207

tools/php-cs-fixer

14.3 KB
Binary file not shown.

tools/psalm

335 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)