Skip to content

Commit 3f36d61

Browse files
committed
Correct type hinting of $version.
1 parent adfac25 commit 3f36d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Guzzle/SoapClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function (Interpreter $interpreter) use ($name, $arguments, $options, $inputHead
7171
}
7272

7373
/**
74-
* @param int $version
74+
* @param string $version
7575
* @param string $soapAction
7676
* @param string $body
7777
* @return array

0 commit comments

Comments
 (0)