@@ -52,7 +52,7 @@ |
||
52 | 52 | /** |
53 | 53 | * The name of social provider. |
54 | 54 | * |
55 | - * @return mixed |
|
55 | + * @return string|null |
|
56 | 56 | */ |
57 | 57 | abstract function name(); |
58 | 58 | } |
59 | 59 | \ No newline at end of file |
@@ -72,7 +72,7 @@ |
||
72 | 72 | /** |
73 | 73 | * Build provider. |
74 | 74 | * |
75 | - * @param $provider |
|
75 | + * @param string $provider |
|
76 | 76 | * @return SocialProvider |
77 | 77 | */ |
78 | 78 | public function buildProvider($provider) |