Skip to content

Commit 264e5c7

Browse files
Krisellbshaffer
authored andcommitted
Whitespace style fix (#255)
1 parent 5f68890 commit 264e5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JWT.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public static function encode($payload, $key, $alg = 'HS256', $keyId = null, $he
160160
if ($keyId !== null) {
161161
$header['kid'] = $keyId;
162162
}
163-
if ( isset($head) && is_array($head) ) {
163+
if (isset($head) && is_array($head)) {
164164
$header = array_merge($head, $header);
165165
}
166166
$segments = array();

0 commit comments

Comments
 (0)