Skip to content

Commit a375995

Browse files
committed
Apply fixes from StyleCI
1 parent 3ccebc2 commit a375995

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/Helper.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ private function _getPosWeight()
2626
/**
2727
* 获取数字补位.
2828
*
29-
* @param string|int $str 字符串
30-
* @param int $len 长度
31-
* @param string $chr 补位值
32-
* @param bool $right 左右
29+
* @param string|int $str 字符串
30+
* @param int $len 长度
31+
* @param string $chr 补位值
32+
* @param bool $right 左右
3333
*
3434
* @return string
3535
*/
@@ -286,6 +286,7 @@ private function _generatorCheckBit($body)
286286
* 生成地址码
287287
*
288288
* @param string $address 地址(行政区全称)
289+
*
289290
* @return false|int|string
290291
*/
291292
private function _generatorAddressCode($address)

0 commit comments

Comments
 (0)