@@ -69,6 +69,9 @@ |
||
| 69 | 69 | return $this; |
| 70 | 70 | } |
| 71 | 71 | |
| 72 | + /** |
|
| 73 | + * @param string $network |
|
| 74 | + */ |
|
| 72 | 75 | public function getAdapter($network) |
| 73 | 76 | { |
| 74 | 77 | if (isset($this->adapters[$network])) { |
@@ -29,7 +29,6 @@ |
||
| 29 | 29 | {} |
| 30 | 30 | |
| 31 | 31 | /** |
| 32 | - * @param string $network |
|
| 33 | 32 | * @return \Auth\Entity\SocialProfiles\ProfileInterface|bool |
| 34 | 33 | */ |
| 35 | 34 | public function fetch($api) |