Skip to content

Commit f7940c5

Browse files
author
Jamie Hannaford
committed
fix docblock
1 parent 921a3dd commit f7940c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Networking/v2/Service.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function listSubnets(array $options = [])
117117
/**
118118
* Create a new port resource.
119119
*
120-
* @param array $options {@see \OpenStack\Networking\v2\Api::postPorts}
120+
* @param array $options {@see \OpenStack\Networking\v2\Api::postSinglePort}
121121
*
122122
* @return Port
123123
*/
@@ -129,7 +129,7 @@ public function createPort(array $options)
129129
/**
130130
* Create new port resources.
131131
*
132-
* @param array $options {@see \OpenStack\Networking\v2\Api::postPorts}
132+
* @param array $options {@see \OpenStack\Networking\v2\Api::postMultiplePorts}
133133
*
134134
* @return []Port
135135
*/

0 commit comments

Comments
 (0)