Skip to content

Commit 1658bf3

Browse files
committed
Fix baseline
1 parent d921d06 commit 1658bf3

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

phpstan-baseline.neon

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,6 @@ parameters:
9090
count: 1
9191
path: src/DependencyInjection/ParametersSchemaExtension.php
9292

93-
-
94-
message: "#^Method PHPStan\\\\DependencyInjection\\\\ValidateIgnoredErrorsExtension\\:\\:loadConfiguration\\(\\) throws checked exception Hoa\\\\Compiler\\\\Exception\\\\Exception but it's missing from the PHPDoc @throws tag\\.$#"
95-
count: 1
96-
path: src/DependencyInjection/ValidateIgnoredErrorsExtension.php
97-
98-
-
99-
message: "#^Method PHPStan\\\\DependencyInjection\\\\ValidateIgnoredErrorsExtension\\:\\:loadConfiguration\\(\\) throws checked exception Hoa\\\\File\\\\Exception\\\\Exception but it's missing from the PHPDoc @throws tag\\.$#"
100-
count: 1
101-
path: src/DependencyInjection/ValidateIgnoredErrorsExtension.php
102-
10393
-
10494
message: "#^Variable method call on PHPStan\\\\Reflection\\\\ClassReflection\\.$#"
10595
count: 2

src/DependencyInjection/ValidateIgnoredErrorsExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class ValidateIgnoredErrorsExtension extends CompilerExtension
3737
*/
3838
public function loadConfiguration(): void
3939
{
40+
/** @throws void */
4041
$parser = Llk::load(new Read('hoa://Library/Regex/Grammar.pp'));
4142
$reflectionProvider = new DummyReflectionProvider();
4243
ReflectionProviderStaticAccessor::registerInstance($reflectionProvider);

0 commit comments

Comments
 (0)