@@ -141,7 +141,7 @@ |
||
| 141 | 141 | /** |
| 142 | 142 | * @param string $type |
| 143 | 143 | * |
| 144 | - * @return Model|object |
|
| 144 | + * @return string |
|
| 145 | 145 | */ |
| 146 | 146 | protected function instantiateApiResourceModel(string $type) |
| 147 | 147 | { |
@@ -141,7 +141,7 @@ |
||
| 141 | 141 | /** |
| 142 | 142 | * @param string $type |
| 143 | 143 | * |
| 144 | - * @return Model|object |
|
| 144 | + * @return string |
|
| 145 | 145 | */ |
| 146 | 146 | protected function instantiateTransformerModel(string $type) |
| 147 | 147 | { |
@@ -49,7 +49,7 @@ |
||
| 49 | 49 | * @param string $uri |
| 50 | 50 | * @param array $urlParameters Dictionary of url params and example values |
| 51 | 51 | * |
| 52 | - * @return mixed |
|
| 52 | + * @return string |
|
| 53 | 53 | */ |
| 54 | 54 | public static function replaceUrlParameterPlaceholdersWithValues(string $uri, array $urlParameters) |
| 55 | 55 | { |