code style changes

This commit is contained in:
mitsuha_s 2023-07-23 13:33:52 +03:00
parent d68ec5a333
commit 48172fb9c1

View file

@ -14,7 +14,7 @@ class PasteRepository extends ServiceEntityRepository
parent::__construct($registry, Paste::class);
}
public function save(Paste $paste, bool $flush=false): void
public function save(Paste $paste, bool $flush = false): void
{
$entityManager = $this->getEntityManager();
$entityManager->persist($paste);