Skip to content

Commit 1f30195

Browse files
authored
Merge pull request #131 from symfony-cmf/analysis-q1E44A
Apply fixes from StyleCI
2 parents 3da7299 + b7da496 commit 1f30195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Functional/DbManager/PHPCR.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function getOm($managerName = null)
6565
/**
6666
* Purge the database.
6767
*
68-
* @param bool $initialize If the ODM repository initializers should be executed.
68+
* @param bool $initialize if the ODM repository initializers should be executed
6969
*/
7070
public function purgeRepository($initialize = false)
7171
{
@@ -76,7 +76,7 @@ public function purgeRepository($initialize = false)
7676
* Load fixtures.
7777
*
7878
* @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
8080
*/
8181
public function loadFixtures(array $classNames, $initialize = false)
8282
{

0 commit comments

Comments
 (0)