Skip to content

Commit 71f0cd2

Browse files
committed
lints
1 parent fe0e079 commit 71f0cd2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Integration/IntegrationConfigurator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public function __invoke(array $defaultIntegrations): array
7070
}
7171

7272
$integrations = [];
73+
/** @var IntegrationInterface[] $userIntegrations */
7374
$userIntegrations = \is_array($this->userConfig) ? $this->userConfig : [];
7475
$userIntegrationsClasses = array_map('get_class', $userIntegrations);
7576
$pickedIntegrationsClasses = [];

tests/Integration/IntegrationConfiguratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function testIntegrationConfigurator(
3737
}
3838

3939
/**
40-
* @return iterable<array{0: IntegrationInterface[], 1: bool, 2: IntegrationInterface[], 3: IntegrationInterface[]}>
40+
* @return iterable<array{0: IntegrationInterface[]|callable, 1: bool, 2: IntegrationInterface[], 3: IntegrationInterface[]}>
4141
*/
4242
public function integrationsDataProvider(): iterable
4343
{

0 commit comments

Comments
 (0)