Skip to content

Commit 3ffb15d

Browse files
edenleungStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 111a964 commit 3ffb15d

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/Jwt.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ public function parse(string $token)
119119
* 验证 Token.
120120
*
121121
* @param string $token
122-
* @return boolean
122+
*
123+
* @return bool
123124
*/
124125
public function verify(string $token)
125126
{
@@ -212,7 +213,7 @@ public function refresh()
212213
/**
213214
* 是否单点登录.
214215
*
215-
* @return boolean
216+
* @return bool
216217
*/
217218
private function sso()
218219
{
@@ -283,7 +284,8 @@ private function getSigner()
283284

284285
/**
285286
* 是否注入用户对象.
286-
* @return boolean
287+
*
288+
* @return bool
287289
*/
288290
public function injectUser()
289291
{

0 commit comments

Comments
 (0)