mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 11:03:50 +00:00
[phpstan fix] Add void return type on all fixture load methods
This commit is contained in:
@@ -23,7 +23,7 @@ use Doctrine\Persistence\ObjectManager;
|
||||
*/
|
||||
class LoadDocGeneratorTemplate extends AbstractFixture
|
||||
{
|
||||
public function load(ObjectManager $manager)
|
||||
public function load(ObjectManager $manager): void
|
||||
{
|
||||
$templates = [
|
||||
[
|
||||
|
Reference in New Issue
Block a user