forked from wallabag/wallabag
Add a real configuration for CS-Fixer
This commit is contained in:
@ -44,7 +44,7 @@ class DetectActiveTheme implements DeviceDetectionInterface
|
||||
{
|
||||
$token = $this->tokenStorage->getToken();
|
||||
|
||||
if (is_null($token)) {
|
||||
if (null === $token) {
|
||||
return $this->defaultTheme;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user