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

Applied fixes from StyleCI #145

Merged
merged 1 commit into from
Oct 17, 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
1 change: 1 addition & 0 deletions src/Object/DownloadedJWKSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

namespace Jose\Object;

use Assert\Assertion;
use Psr\Cache\CacheItemPoolInterface;

Expand Down
3 changes: 1 addition & 2 deletions src/Object/JKUJWKSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@

use Assert\Assertion;


/**
* Class JKUJWKSet
* Class JKUJWKSet.
*/
final class JKUJWKSet extends DownloadedJWKSet
{
Expand Down
3 changes: 1 addition & 2 deletions src/Object/X5UJWKSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
use Assert\Assertion;
use Jose\KeyConverter\KeyConverter;


/**
* Class JKUJWKSet
* Class JKUJWKSet.
*/
final class X5UJWKSet extends DownloadedJWKSet
{
Expand Down