Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #17 from nodes-php/analysis-8mKPp7
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
Casperhr authored Jun 15, 2018
2 parents 963abf8 + f0c632d commit 511dd22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Core/Der.php
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ protected function extensions()
$extnID = $this->oid();
$theext['critical'] = $this->peek(1);
$theext['extnValue'] = $this->next(4);

try {
if (method_exists($this, $extnID)) {
$theext['extnValue'] = call_user_func([$this, $extnID], $theext['extnValue']);
Expand Down
1 change: 1 addition & 0 deletions src/Login/CertificationCheck/CertificationCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ protected function checkOcsp(array $certificateChain)

// Init guzzle client
$client = new Client();

try {
// Build params
$params = [
Expand Down

0 comments on commit 511dd22

Please sign in to comment.