File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -477,7 +477,8 @@ public static function setConnectionTimeout($connectionTimeout)
477
477
}
478
478
479
479
/**
480
- * Sets maximum number of seconds of request/response operation. Use 0 to wait indefinitely, null to default behaviour.
480
+ * Sets maximum number of seconds of request/response operation.
481
+ * Use 0 to wait indefinitely, null to default behaviour.
481
482
*
482
483
* @param int|null $timeout
483
484
*/
Original file line number Diff line number Diff line change @@ -198,7 +198,8 @@ public static function loginWithAnonymous()
198
198
$ uuid_parts = str_split (md5 (mt_rand ()), 4 );
199
199
$ data = ['authData ' => [
200
200
'anonymous ' => [
201
- 'id ' => '{$uuid_parts[0]}{$uuid_parts[1]}-{$uuid_parts[2]}-{$uuid_parts[3]}-{$uuid_parts[4]}-{$uuid_parts[5]}{$uuid_parts[6]}{$uuid_parts[7]} ' ,
201
+ 'id ' => '{$uuid_parts[0]}{$uuid_parts[1]}-{$uuid_parts[2]}-{$uuid_parts[3]} '
202
+ . '-{$uuid_parts[4]}-{$uuid_parts[5]}{$uuid_parts[6]}{$uuid_parts[7]} ' ,
202
203
],
203
204
]];
204
205
You can’t perform that action at this time.
0 commit comments