Skip to content

Commit 754da95

Browse files
committed
Correct php docblock s/requestOption/requestOptions/
1 parent 285fff8 commit 754da95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenStack.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class OpenStack
3030
* ['debugLog'] = (bool) Whether to enable HTTP logging [OPTIONAL]
3131
* ['logger'] = (LoggerInterface) Must set if debugLog is true [OPTIONAL]
3232
* ['messageFormatter'] = (MessageFormatter) Must set if debugLog is true [OPTIONAL]
33-
* ['requestOption'] = (array) Guzzle Http request options [OPTIONAL]
33+
* ['requestOptions'] = (array) Guzzle Http request options [OPTIONAL]
3434
*
3535
* @param Builder $builder
3636
*/

0 commit comments

Comments
 (0)