Skip to content

Commit aed0167

Browse files
authored
minor #1076 Update security.md (secalith-code)
This PR was merged into the 3.4.x-dev branch. Discussion ---------- semi colon was missing Commits ------- 72b3533 Update security.md
2 parents 994c5e3 + 72b3533 commit aed0167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ $jwt = $config->builder(ChainedFormatter::withUnixTimestampDates())
6464
->getToken($config->signer(), $config->signingKey())
6565
;
6666

67-
$github->authenticate($jwt->toString(), null, Github\AuthMethod::JWT)
67+
$github->authenticate($jwt->toString(), null, Github\AuthMethod::JWT);
6868
```
6969

7070
The `$integrationId` you can find in the about section of your github app.

0 commit comments

Comments
 (0)