Skip to content

Commit 31630c5

Browse files
committed
./vendor/bin/phpcs pass
1 parent 2c3eee3 commit 31630c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Qiniu/Zone.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ private function unmarshalUpToken($uptoken)
7878
if (strpos($scope, ':')) {
7979
$scopes = explode(':', $scope);
8080
$bucket = $scopes[0];
81-
}
81+
}
8282

8383
return array($ak, $bucket);
8484
}

0 commit comments

Comments
 (0)