Skip to content

Commit 543ccdb

Browse files
author
ZhiFeng Hu
committed
Typo fix
1 parent db84e65 commit 543ccdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Qiniu/Auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public function uploadToken(
121121
private static function copyPolicy(&$policy, $originPolicy, $strictPolicy)
122122
{
123123
if ($originPolicy === null) {
124-
return [];
124+
return array();
125125
}
126126
foreach ($originPolicy as $key => $value) {
127127
if (in_array((string) $key, self::$deprecatedPolicyFields, true)) {

0 commit comments

Comments
 (0)