Skip to content

Commit e48119e

Browse files
committed
Cleanup CI configuring composer's minimum-stability
1 parent e9d698b commit e48119e

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ jobs:
9393
tools: flex
9494
coverage: none
9595

96-
- name: Configure minimum stability
97-
if: matrix.sf_version == '7.3'
98-
run: composer config minimum-stability beta
99-
10096
- name: "Install Composer dependencies"
10197
env:
10298
SYMFONY_REQUIRE: ${{ matrix.sf_version }}

src/ProviderFactory/PluginProviderFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ final class PluginProviderFactory
2626
* @param Plugin[] $plugins
2727
* @param ProviderFactoryInterface|callable $factory
2828
* @param array<mixed, mixed> $config config to the client factory
29-
* @param array<mixed, mixed> $pluginProviderOptions config forwarded to the PluginProvider
29+
* @param array{max_restarts?: int<0, max>} $pluginProviderOptions config forwarded to the PluginProvider
3030
*/
3131
public static function createPluginProvider(array $plugins, $factory, array $config, array $pluginProviderOptions = []): PluginProvider
3232
{

0 commit comments

Comments
 (0)