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.
1 parent 0d24b25 commit 5f4d7f2Copy full SHA for 5f4d7f2
2 files changed
phpstan-baseline.neon
@@ -103,7 +103,7 @@ parameters:
103
path: src/DependencyInjection/BabDevWebSocketExtension.php
104
105
-
106
- message: '#^Cannot access offset string on mixed\.$#'
+ message: '#^Cannot access offset non\-empty\-string on mixed\.$#'
107
identifier: offsetAccess.nonOffsetAccessible
108
count: 1
109
src/DependencyInjection/Configuration.php
@@ -15,7 +15,7 @@
15
final readonly class Configuration implements ConfigurationInterface
16
{
17
/**
18
- * @param list<AuthenticationProviderFactory> $authenticationProviderFactories
+ * @param AuthenticationProviderFactory[] $authenticationProviderFactories
19
*/
20
public function __construct(private array $authenticationProviderFactories) {}
21
0 commit comments