Skip to content

Commit de90622

Browse files
committed
Apply fixes from StyleCI
1 parent 66dbb07 commit de90622

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

src/Helper.php

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Jxlwqq\IdValidator;
44

55
/**
6-
* Trait Helper
6+
* Trait Helper.
77
*/
88
trait Helper
99
{
@@ -80,8 +80,10 @@ private function _getAddressInfo($addressCode)
8080
}
8181

8282
/**
83-
* 获取星座信息
83+
* 获取星座信息.
84+
*
8485
* @param string $birthdayCode 出生日期码
86+
*
8587
* @return string
8688
*/
8789
private function _getConstellation($birthdayCode)
@@ -115,8 +117,10 @@ private function _getConstellation($birthdayCode)
115117
}
116118

117119
/**
118-
* 获取生肖信息
120+
* 获取生肖信息.
121+
*
119122
* @param string $birthdayCode 出生日期码
123+
*
120124
* @return mixed
121125
*/
122126
private function _getChineseZodiac($birthdayCode)
@@ -302,5 +306,4 @@ private function _generatorBirthdayCode()
302306

303307
return $birthdayCode;
304308
}
305-
306309
}

src/IdValidator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,4 @@ public function fakeId($eighteen = true)
123123

124124
return $body.$checkBit;
125125
}
126-
127-
128126
}

0 commit comments

Comments
 (0)