Skip to content

Commit 5486f9f

Browse files
fix: specify return value for raccomandata creation function
1 parent 8995e79 commit 5486f9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/classes/UfficioPostale.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function __construct(string $token, array $scopes, object $cache, string $prefi
1515

1616
/**
1717
* Restiuisce un oggetto di tipo raccomandata
18-
* @return object
18+
* @return \OpenApi\classes\utility\UfficioPostale\Raccomandata
1919
*/
2020
function createRaccomandata() {
2121
return new \OpenApi\classes\utility\UfficioPostale\Raccomandata(function(string $endpoint, $type = "GET", $param = [], $ttr = 0, $force = false, $forceRaw = false){

0 commit comments

Comments
 (0)