We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47cf8c1 + 4a38857 commit 92b5755Copy full SHA for 92b5755
phpstan-baseline.php
@@ -436,9 +436,4 @@
436
'count' => 2,
437
'path' => __DIR__ . '/src/Authorization/Traits/Authorizable.php',
438
];
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
-];
444
return ['parameters' => ['ignoreErrors' => $ignoreErrors]];
0 commit comments