File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 4
4
<phar name =" php-cs-fixer" version =" ^3.59" installed =" 3.64.0" location =" ./tools/php-cs-fixer" copy =" true" />
5
5
<phar name =" humbug/php-scoper" version =" ^0.18" installed =" 0.18.15" location =" ./tools/php-scoper" copy =" true" />
6
6
<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" />
8
8
</phive >
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ final class SourceMapper
31
31
public function map (Source $ source ): array
32
32
{
33
33
if (self ::$ files === null ) {
34
- /** @phpstan-ignore assign.propertyType */
35
34
self ::$ files = new SplObjectStorage ;
36
35
}
37
36
You can’t perform that action at this time.
0 commit comments