Skip to content

Commit 21da33f

Browse files
committed
Fix build
1 parent 9c773cd commit 21da33f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build/phpstan.static-php-parser.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ includes:
44
parameters:
55
featureToggles:
66
staticReflectionForPhpParser: true
7+
excludes_analyse:
8+
- ../tests/PHPStan/Command/IgnoredRegexValidatorTest.php

conf/config.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,6 @@ services:
980980
reflectionProvider: @betterReflectionProvider
981981
patterns:
982982
- '#^PhpParser\\#'
983-
- '#^PHPStan\\#'
984983
- '#^Hoa\\#'
985984
autowired: false
986985

tests/phpstan-bootstrap.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44

55
class_alias(\ReturnTypes\Foo::class, \ReturnTypes\FooAlias::class, true);
66
class_alias(\TestAccessProperties\FooAccessProperties::class, \TestAccessProperties\FooAccessPropertiesAlias::class, true);
7-
class_exists(\Hoa\Stream::class);

0 commit comments

Comments
 (0)