mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 10:05:03 +00:00
Rector changes and immplementations of required methods
This commit is contained in:
@@ -47,7 +47,7 @@ class OptionRepository extends EntityRepository
|
||||
/**
|
||||
* @return string[]
|
||||
*/
|
||||
public function getKeys()
|
||||
public function getKeys(): array
|
||||
{
|
||||
$keys = $this->createQueryBuilder('option')
|
||||
->select('option.key')
|
||||
|
Reference in New Issue
Block a user