code style changes
This commit is contained in:
parent
d68ec5a333
commit
48172fb9c1
|
@ -14,7 +14,7 @@ class PasteRepository extends ServiceEntityRepository
|
||||||
parent::__construct($registry, Paste::class);
|
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 = $this->getEntityManager();
|
||||||
$entityManager->persist($paste);
|
$entityManager->persist($paste);
|
||||||
|
|
Loading…
Reference in a new issue