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

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts authored and StyleCIBot committed Jan 18, 2019
1 parent 2660614 commit 8c3dbce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Storage/Drivers/Psr6Storage.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function __construct(
\Closure $persist,
int $timeout = self::DEFAULT_REMEMBER_TIME
) {
$this->pool = $pool;
$this->pool = $pool;
$this->persist = $persist;
$this->timeout = $timeout;
}
Expand Down
2 changes: 1 addition & 1 deletion src/Storage/Proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Proxy implements Storage
*/
public function __construct(Storage $front, Storage $fallback)
{
$this->front = $front;
$this->front = $front;
$this->fallback = $fallback;
}

Expand Down

0 comments on commit 8c3dbce

Please sign in to comment.