mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
phpstan fixes
This commit is contained in:
parent
14463dcd38
commit
d70f8aa712
@ -55,7 +55,7 @@ class CommentEmbeddableDocGenNormalizer implements ContextAwareNormalizerInterfa
|
|||||||
$user = $this->userRepository->find($object->getUserId());
|
$user = $this->userRepository->find($object->getUserId());
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'comment' => (string) $object->getComment(),
|
'comment' => $object->getComment(),
|
||||||
'isNull' => false,
|
'isNull' => false,
|
||||||
'date' => $this->normalizer->normalize($object->getDate(), $format, array_merge($context, [
|
'date' => $this->normalizer->normalize($object->getDate(), $format, array_merge($context, [
|
||||||
'docgen:expects' => DateTime::class,
|
'docgen:expects' => DateTime::class,
|
||||||
|
@ -16,7 +16,7 @@ use Chill\TaskBundle\Templating\UI\CountNotificationTask;
|
|||||||
use Knp\Menu\MenuItem;
|
use Knp\Menu\MenuItem;
|
||||||
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
|
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
|
||||||
use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
|
use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
|
||||||
use Symfony\Component\Translation\TranslatorInterface;
|
use Symfony\Contracts\Translation\TranslatorInterface;
|
||||||
|
|
||||||
class UserMenuBuilder implements LocalMenuBuilderInterface
|
class UserMenuBuilder implements LocalMenuBuilderInterface
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user