Skip to content

Commit 5f4d7f2

Browse files
committed
Refresh PHPStan
1 parent 0d24b25 commit 5f4d7f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phpstan-baseline.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ parameters:
103103
path: src/DependencyInjection/BabDevWebSocketExtension.php
104104

105105
-
106-
message: '#^Cannot access offset string on mixed\.$#'
106+
message: '#^Cannot access offset non\-empty\-string on mixed\.$#'
107107
identifier: offsetAccess.nonOffsetAccessible
108108
count: 1
109109
path: src/DependencyInjection/BabDevWebSocketExtension.php

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
final readonly class Configuration implements ConfigurationInterface
1616
{
1717
/**
18-
* @param list<AuthenticationProviderFactory> $authenticationProviderFactories
18+
* @param AuthenticationProviderFactory[] $authenticationProviderFactories
1919
*/
2020
public function __construct(private array $authenticationProviderFactories) {}
2121

0 commit comments

Comments
 (0)