diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 640f13a..78d9e7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,10 +93,6 @@ jobs: tools: flex coverage: none - - name: Configure minimum stability - if: matrix.sf_version == '7.3' - run: composer config minimum-stability beta - - name: "Install Composer dependencies" env: SYMFONY_REQUIRE: ${{ matrix.sf_version }} diff --git a/src/ProviderFactory/PluginProviderFactory.php b/src/ProviderFactory/PluginProviderFactory.php index 4e149bd..af1a2ce 100644 --- a/src/ProviderFactory/PluginProviderFactory.php +++ b/src/ProviderFactory/PluginProviderFactory.php @@ -26,7 +26,7 @@ final class PluginProviderFactory * @param Plugin[] $plugins * @param ProviderFactoryInterface|callable $factory * @param array $config config to the client factory - * @param array $pluginProviderOptions config forwarded to the PluginProvider + * @param array{max_restarts?: int<0, max>} $pluginProviderOptions config forwarded to the PluginProvider */ public static function createPluginProvider(array $plugins, $factory, array $config, array $pluginProviderOptions = []): PluginProvider { diff --git a/tests/baseline-ignore b/tests/baseline-ignore index 042f65a..6642abb 100644 --- a/tests/baseline-ignore +++ b/tests/baseline-ignore @@ -82,3 +82,4 @@ %Geocoder\\Model\\Address::__construct\(\): Implicitly marking parameter \$timezone as nullable is deprecated, the explicit nullable type must be used instead% %Geocoder\\ProviderAggregator::__construct\(\): Implicitly marking parameter \$decider as nullable is deprecated, the explicit nullable type must be used instead% %Since symfony/var-exporter 7.3: The "Symfony\\Component\\VarExporter\\LazyGhostTrait" trait is deprecated, use native lazy objects instead.% +%Method "Http\\Promise\\Promise::wait\(\)" might add " Resolved value, null if \$unwrap is set to false" as a native return type declaration in the future. Do the same in implementation "Geocoder\\Plugin\\Promise\\GeocoderFulfilledPromise" now to avoid errors or add an explicit @return annotation to suppress this message.%