@@ -63,7 +63,7 @@ |
||
63 | 63 | * A static method that attempts to return a SearchProviderInterface instance |
64 | 64 | * based on the name of the provider class supplied. |
65 | 65 | * |
66 | - * @param $providerName The class name of the provider class, should be fully-qualified. |
|
66 | + * @param string $providerName The class name of the provider class, should be fully-qualified. |
|
67 | 67 | * |
68 | 68 | * @throws \Alpha\Exception\IllegalArguementException; |
69 | 69 | * |
@@ -63,7 +63,7 @@ |
||
63 | 63 | * A static method that attempts to return a SessionProviderInterface instance |
64 | 64 | * based on the name of the provider class supplied. |
65 | 65 | * |
66 | - * @param $providerName The class name of the provider class (fully qualified). |
|
66 | + * @param string $providerName The class name of the provider class (fully qualified). |
|
67 | 67 | * |
68 | 68 | * @throws \Alpha\Exception\IllegalArguementException |
69 | 69 | * |