Skip to content

Commit b0229db

Browse files
committed
feat: add strong PHP Types, cleanup
1 parent 870cc21 commit b0229db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ProviderFactory/GeoIP2Factory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ final class GeoIP2Factory extends AbstractFactory
2929

3030
/**
3131
* @param array{provider: string, provider_service: ?ProviderInterface, model: string, user_id: string|int|null, license_key: string|null, locales: list<string>, webservice_options: array<string, mixed>, database_filename: ?string} $config
32+
*
3233
* @throws InvalidDatabaseException
3334
*/
3435
protected function getProvider(array $config): Provider

0 commit comments

Comments
 (0)