@@ -52,7 +52,7 @@ |
||
| 52 | 52 | * |
| 53 | 53 | * @param string $url |
| 54 | 54 | * @param array $config |
| 55 | - * @param object $oembed |
|
| 55 | + * @param \Embera\Oembed $oembed |
|
| 56 | 56 | * @return void |
| 57 | 57 | * |
| 58 | 58 | * @throws InvalidArgumentException when the given url doesnt match the current service |
@@ -33,7 +33,7 @@ |
||
| 33 | 33 | /** |
| 34 | 34 | * Constructor |
| 35 | 35 | * |
| 36 | - * @param object $embera Instance of \Embera\Embera |
|
| 36 | + * @param Embera $embera Instance of \Embera\Embera |
|
| 37 | 37 | * @param bool $allowOffline Wether or not to allow offline embera |
| 38 | 38 | * @return void |
| 39 | 39 | */ |
@@ -28,7 +28,7 @@ |
||
| 28 | 28 | * Constructor |
| 29 | 29 | * |
| 30 | 30 | * @param array $config |
| 31 | - * @return void |
|
| 31 | + * @return HttpRequest |
|
| 32 | 32 | */ |
| 33 | 33 | public function __construct(array $config = array()) |
| 34 | 34 | { |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | /** |
| 27 | 27 | * Construct |
| 28 | 28 | * |
| 29 | - * @param object $http Instance of \Embera\HttpRequest |
|
| 29 | + * @param HttpRequest $http Instance of \Embera\HttpRequest |
|
| 30 | 30 | * @return void |
| 31 | 31 | */ |
| 32 | 32 | public function __construct(\Embera\HttpRequest $http) |
@@ -145,7 +145,7 @@ |
||
| 145 | 145 | * Construct |
| 146 | 146 | * |
| 147 | 147 | * @param array $config Associative array with configuration options |
| 148 | - * @param object $oembed Instance of \Embera\Oembed |
|
| 148 | + * @param Oembed $oembed Instance of \Embera\Oembed |
|
| 149 | 149 | * @return void |
| 150 | 150 | */ |
| 151 | 151 | public function __construct(array $config = array(), \Embera\Oembed $oembed) |