Skip to content

Conversation

wing328
Copy link
Contributor

@wing328 wing328 commented Mar 27, 2015

This PR updates code comment with better documentation on method name as follows:

  /**
   * updatePetWithForm
   *
   * Updates a pet in the store with form data
   *
   * @param string $pet_id ID of pet that needs to be updated (required)
   * @param string $name Updated name of the pet (required)
   * @param string $status Updated status of the pet (required)
   * @return void
   */
   public function updatePetWithForm($pet_id, $name, $status) {

This PR also replaces tab with 2 spaces in PHP API template

fehguy added a commit that referenced this pull request Mar 29, 2015
Update PHP documentation for method
@fehguy fehguy merged commit 8a21483 into swagger-api:develop_2.0 Mar 29, 2015
@wing328 wing328 deleted the php_doc branch April 16, 2019 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants