Skip to content

Commit

Permalink
Used short array syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
samnela authored Feb 12, 2021
1 parent b4ca0eb commit 9dede79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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,
);
];
}
}

Expand Down

0 comments on commit 9dede79

Please sign in to comment.