Skip to content

Commit f9749ea

Browse files
committed
feat: add strong PHP Types, cleanup
1 parent c3ec697 commit f9749ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ProviderFactory/PluginProviderFactory.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
final class PluginProviderFactory
2525
{
2626
/**
27-
* @param Plugin[] $plugins
28-
* @param callable(array):Provider|ProviderFactoryInterface $factory
29-
* @param array<mixed> $config config to the client factory
30-
* @param array{max_restarts?: int<0, max>} $pluginProviderOptions config forwarded to the PluginProvider
27+
* @param Plugin[] $plugins
28+
* @param callable(array<mixed>):Provider|ProviderFactoryInterface $factory
29+
* @param array<mixed> $config config to the client factory
30+
* @param array{max_restarts?: int<0, max>} $pluginProviderOptions config forwarded to the PluginProvider
3131
*/
3232
public static function createPluginProvider(array $plugins, callable|ProviderFactoryInterface $factory, array $config, array $pluginProviderOptions = []): PluginProvider
3333
{

0 commit comments

Comments
 (0)