File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ public function getOm($managerName = null)
65
65
/**
66
66
* Purge the database.
67
67
*
68
- * @param bool $initialize If the ODM repository initializers should be executed.
68
+ * @param bool $initialize if the ODM repository initializers should be executed
69
69
*/
70
70
public function purgeRepository ($ initialize = false )
71
71
{
@@ -76,7 +76,7 @@ public function purgeRepository($initialize = false)
76
76
* Load fixtures.
77
77
*
78
78
* @param array $classNames Fixture classes to load
79
- * @param bool $initialize If the ODM repository initializers should be executed.
79
+ * @param bool $initialize if the ODM repository initializers should be executed
80
80
*/
81
81
public function loadFixtures (array $ classNames , $ initialize = false )
82
82
{
You can’t perform that action at this time.
0 commit comments