Skip to content

Commit 6bbf94b

Browse files
committed
CS
1 parent faa7e1a commit 6bbf94b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

phpstan.neon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ parameters:
171171
-
172172
rawMessage: 'Call to static method Forrest79\TypeValidator::isType() with ''DateTime'' and ''class-string<…'' will always evaluate to true.'
173173
identifier: staticMethod.alreadyNarrowedType
174-
count: 2
174+
count: 1
175175
path: tests/RuntimeTest.php
176176

177177
-
@@ -201,7 +201,7 @@ parameters:
201201
-
202202
rawMessage: 'Call to static method Forrest79\TypeValidator::isType() with ''Forrest79\\TypeValidator\\Tests\\TestStringableAndJsonSerialize'' and ''interface-string<…'' will always evaluate to true.'
203203
identifier: staticMethod.alreadyNarrowedType
204-
count: 2
204+
count: 1
205205
path: tests/RuntimeTest.php
206206

207207
-

tests/PHPStanTypeNodeResolverSourceCodeChangesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class PHPStanTypeNodeResolverSourceCodeChangesTest
1111
{
12-
private const string EXPECTED_HASH_MD5 = '3a0d249ba1910a13f10eb5f66acb9ab6';
12+
private const string EXPECTED_HASH_MD5 = '5d3e49e20d3181495be522d9ac7075d7';
1313

1414
private const string PHP_SOURCE_FOR_DIFF = __DIR__ . '/assets/phpstan-src/PHPStan_PhpDoc_TypeNodeResolver.phps';
1515

tests/assets/phpstan-src/PHPStan_PhpDoc_TypeNodeResolver.phps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use Closure;
77
use Generator;
88
use Iterator;
99
use IteratorAggregate;
10-
use _PHPStan_f1e88529a\Nette\Utils\Strings;
10+
use _PHPStan_584420d24\Nette\Utils\Strings;
1111
use PhpParser\Node\Name;
1212
use PHPStan\Analyser\ConstantResolver;
1313
use PHPStan\Analyser\NameScope;

0 commit comments

Comments
 (0)