@@ -67,8 +67,8 @@ |
||
67 | 67 | * A static method that attempts to return a ActiveRecordProviderInterface instance |
68 | 68 | * based on the name of the provider class supplied. |
69 | 69 | * |
70 | - * @param $providerName The fully-qualified class name of the provider class. |
|
71 | - * @param $Record The (optional) active record instance to pass to the persistance provider for mapping. |
|
70 | + * @param string $providerName The fully-qualified class name of the provider class. |
|
71 | + * @param ActiveRecord $Record The (optional) active record instance to pass to the persistance provider for mapping. |
|
72 | 72 | * |
73 | 73 | * @throws \Alpha\Exception\IllegalArguementException |
74 | 74 | * |