Skip to content

Commit 4a38857

Browse files
committed
phpstan: fix phpstan error
1 parent 47cf8c1 commit 4a38857

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

phpstan-baseline.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,4 @@
436436
'count' => 2,
437437
'path' => __DIR__ . '/src/Authorization/Traits/Authorizable.php',
438438
];
439-
$ignoreErrors[] = [
440-
'message' => '#^Call to function config with Config\\\\Email\\:\\:class is discouraged\\.$#',
441-
'count' => 1,
442-
'path' => __DIR__ . '/src/Commands/Setup.php',
443-
];
444439
return ['parameters' => ['ignoreErrors' => $ignoreErrors]];

0 commit comments

Comments
 (0)