@@ -22,8 +22,14 @@ discard block |
||
| 22 | 22 | |
| 23 | 23 | trait PostTrait |
| 24 | 24 | { |
| 25 | + /** |
|
| 26 | + * @param string $uri |
|
| 27 | + */ |
|
| 25 | 28 | abstract protected function uri($uri); |
| 26 | 29 | |
| 30 | + /** |
|
| 31 | + * @param string $method |
|
| 32 | + */ |
|
| 27 | 33 | abstract protected function request($method, $uri, $options); |
| 28 | 34 | |
| 29 | 35 | abstract protected function buildPropertyMapArray(array $array, PropertyMap $propertyMap); |
@@ -76,7 +82,7 @@ discard block |
||
| 76 | 82 | * |
| 77 | 83 | * @throws InvalidArgumentException |
| 78 | 84 | * |
| 79 | - * @return null|resource |
|
| 85 | + * @return string|null |
|
| 80 | 86 | */ |
| 81 | 87 | public function convertDocument($documentFilename, $returnFormat) |
| 82 | 88 | { |