Skip to content

Commit 08a5488

Browse files
Merge pull request #219 from cybercog/fix-abstract-client-property-type
Fix AbstractClient.php.tmpl property type
2 parents 2f3c06f + c5f6e86 commit 08a5488

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

protoc-gen-twirp_php/templates/service/AbstractClient.php.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use Twirp\ErrorCode;
2727
abstract class {{ .Service | phpServiceName .File }}AbstractClient
2828
{
2929
/**
30-
* @var server
30+
* @var string
3131
*/
3232
protected $addr;
3333

0 commit comments

Comments
 (0)