Skip to content

Commit

Permalink
Fixes PhpDoc (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster authored Sep 14, 2023
1 parent 69ae07b commit fe483cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Method.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ private function __construct(
}

/**
* @deprecated Use Method::name property instead.
* @deprecated Use {Method->name} property instead.
* @return non-empty-string
*/
public function getName(): string
Expand All @@ -58,7 +58,7 @@ public function getName(): string
}

/**
* @deprecated Use Method::outputType property instead.
* @deprecated Use {Method->inputType} property instead.
* @return class-string<Message>
*/
public function getInputType(): string
Expand All @@ -67,7 +67,7 @@ public function getInputType(): string
}

/**
* @deprecated Use Method::outputType property instead.
* @deprecated Use {Method->outputType} property instead.
* @return class-string<Message>
*/
public function getOutputType(): string
Expand Down

0 comments on commit fe483cb

Please sign in to comment.