Skip to content

Commit 7d73f6f

Browse files
Merge branch '11.3'
2 parents bd25288 + c1d9de1 commit 7d73f6f

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.phive/phars.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
<phar name="php-cs-fixer" version="^3.59" installed="3.64.0" location="./tools/php-cs-fixer" copy="true"/>
55
<phar name="humbug/php-scoper" version="^0.18" installed="0.18.15" location="./tools/php-scoper" copy="true"/>
66
<phar name="composer" version="^2.7" installed="2.7.9" location="./tools/composer" copy="true"/>
7-
<phar name="phpstan" version="^1.12" installed="1.12.3" location="./tools/phpstan" copy="true"/>
7+
<phar name="phpstan" version="^1.12" installed="1.12.5" location="./tools/phpstan" copy="true"/>
88
</phive>

src/TextUI/Configuration/SourceMapper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ final class SourceMapper
3131
public function map(Source $source): array
3232
{
3333
if (self::$files === null) {
34-
/** @phpstan-ignore assign.propertyType */
3534
self::$files = new SplObjectStorage;
3635
}
3736

tools/phpstan

49.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)