Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Commit

Permalink
Apply fixes from StyleCI (#156)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
Spomky committed Dec 25, 2016
1 parent 8d8cded commit bcc968c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ private function fromFlattenedSerializationRecipientToSerialization($input)
}
}


return $recipients;
}

Expand All @@ -200,7 +199,6 @@ private function fromFlattenedSerializationSignatureToSerialization($input)
}
$temp['signatures'] = [$signature];


return $temp;
}

Expand Down Expand Up @@ -243,7 +241,6 @@ private function fromCompactSerializationRecipientToSerialization(array $parts)
}
}


return $recipients;
}

Expand All @@ -264,7 +261,6 @@ private function fromCompactSerializationSignatureToSerialization(array $parts)
'signature' => $parts[2],
]];


return $temp;
}
}
1 change: 0 additions & 1 deletion src/Signer.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ private function computeSignature(Object\JWSInterface $jws, Object\SignatureInte
$input
);


$signature = Object\Signature::createSignatureFromLoadedData(
$value,
$signature->getEncodedProtectedHeaders(),
Expand Down
1 change: 0 additions & 1 deletion tests/Unit/Objects/PublicJWKSetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ public function testWithMultipleKeySets()
$public_jwkset->removeKey(0);
$this->assertEquals(7, $public_jwkset->countKeys());


$this->assertEquals(7, count($public_jwkset->toPEM()));

foreach ($public_jwkset as $key) {
Expand Down

0 comments on commit bcc968c

Please sign in to comment.