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

Apply fixes from StyleCI #156

Merged
merged 1 commit into from
Dec 25, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Apply fixes from StyleCI
[ci skip] [skip ci]
  • Loading branch information
Spomky authored and StyleCIBot committed Dec 25, 2016
commit 04358354c6a96edbd9f54421a154145971f75fe5
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