forked from wallabag/wallabag
Fix CS
This commit is contained in:
@ -111,7 +111,7 @@ class WallabagExtension extends AbstractExtension implements GlobalsInterface
|
||||
$qb = $this->entryRepository->getCountBuilderForAllByUser($user->getId());
|
||||
break;
|
||||
default:
|
||||
throw new \InvalidArgumentException(sprintf('Type "%s" is not implemented.', $type));
|
||||
throw new \InvalidArgumentException(\sprintf('Type "%s" is not implemented.', $type));
|
||||
}
|
||||
|
||||
$query = $qb
|
||||
|
||||
Reference in New Issue
Block a user