We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a094d commit 57cd237Copy full SHA for 57cd237
src/Qiniu/Zone.php
@@ -11,8 +11,8 @@ final class Zone
11
public $upHostBackup;
12
13
//array(
14
- // <scheme>:<ak>:<bucket> ==>
15
- // array('deadline' => 'xxx', 'upHosts' => array(), 'ioHost' => 'xxx.com')
+ // <scheme>:<ak>:<bucket> ==>
+ // array('deadline' => 'xxx', 'upHosts' => array(), 'ioHost' => 'xxx.com')
16
//)
17
public $hostCache;
18
public $scheme = 'http';
0 commit comments