diff --git a/Resources/doc/index.rst b/Resources/doc/index.rst index d13ac91..3a64490 100644 --- a/Resources/doc/index.rst +++ b/Resources/doc/index.rst @@ -228,9 +228,9 @@ an array of the fixture classes that must be loaded before this one:: public function getDependencies() { - return array( + return [ UserFixtures::class, - ); + ]; } }