Skip to content

Commit 6162642

Browse files
author
Jamie Hannaford
committed
Merge pull request #44 from haphan/master
Update doc for debug options
2 parents 8d5be3e + ff79212 commit 6162642

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/OpenStack.php

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ class OpenStack
2222
/**
2323
* @param array $options User-defined options
2424
*
25-
* $options['username'] = (string) Your OpenStack username [REQUIRED]
26-
* ['password'] = (string) Your OpenStack password [REQUIRED]
27-
* ['tenantId'] = (string) Your tenant ID [REQUIRED if tenantName omitted]
28-
* ['tenantName'] = (string) Your tenant name [REQUIRED if tenantId omitted]
29-
* ['authUrl'] = (string) The Keystone URL [REQUIRED]
30-
* ['debug'] = (bool) Whether to enable HTTP logging [OPTIONAL]
25+
* $options['username'] = (string) Your OpenStack username [REQUIRED]
26+
* ['password'] = (string) Your OpenStack password [REQUIRED]
27+
* ['tenantId'] = (string) Your tenant ID [REQUIRED if tenantName omitted]
28+
* ['tenantName'] = (string) Your tenant name [REQUIRED if tenantId omitted]
29+
* ['authUrl'] = (string) The Keystone URL [REQUIRED]
30+
* ['debugLog'] = (bool) Whether to enable HTTP logging [OPTIONAL]
31+
* ['logger'] = (LoggerInterface) Must set if debugLog is true [OPTIONAL]
32+
* ['messageFormatter'] = (MessageFormatter) Must set if debugLog is true [OPTIONAL]
3133
*/
3234
public function __construct(array $options = [], Builder $builder = null)
3335
{

0 commit comments

Comments
 (0)