File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 33namespace Jxlwqq \IdValidator ;
44
55/**
6- * Trait Helper
6+ * Trait Helper.
77 */
88trait 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}
Original file line number Diff line number Diff line change @@ -123,6 +123,4 @@ public function fakeId($eighteen = true)
123123
124124 return $ body .$ checkBit ;
125125 }
126-
127-
128126}
You can’t perform that action at this time.
0 commit comments