forked from wallabag/wallabag
CS
We shouldn't forget to run `php-cs-fixer` time to time
This commit is contained in:
@ -17,7 +17,7 @@ class WsseProvider implements AuthenticationProviderInterface
|
||||
public function __construct(UserProviderInterface $userProvider, $cacheDir)
|
||||
{
|
||||
$this->userProvider = $userProvider;
|
||||
$this->cacheDir = $cacheDir;
|
||||
$this->cacheDir = $cacheDir;
|
||||
|
||||
// If cache directory does not exist we create it
|
||||
if (!is_dir($this->cacheDir)) {
|
||||
|
||||
Reference in New Issue
Block a user