Skip to content

Commit

Permalink
fix docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Hannaford committed Jan 19, 2016
1 parent 921a3dd commit f7940c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Networking/v2/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public function listSubnets(array $options = [])
/**
* Create a new port resource.
*
* @param array $options {@see \OpenStack\Networking\v2\Api::postPorts}
* @param array $options {@see \OpenStack\Networking\v2\Api::postSinglePort}
*
* @return Port
*/
Expand All @@ -129,7 +129,7 @@ public function createPort(array $options)
/**
* Create new port resources.
*
* @param array $options {@see \OpenStack\Networking\v2\Api::postPorts}
* @param array $options {@see \OpenStack\Networking\v2\Api::postMultiplePorts}
*
* @return []Port
*/
Expand Down

0 comments on commit f7940c5

Please sign in to comment.