Skip to content

Commit fa5e75f

Browse files
Merge pull request #380 from symfony-cmf/analysis-86B0Ma
Apply fixes from StyleCI
2 parents 85bb99a + 57f9120 commit fa5e75f

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/AppBundle/DataFixtures/PHPCR/LoadMenuData.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public function load(ObjectManager $manager)
3737
{
3838
if (!$manager instanceof DocumentManager) {
3939
$class = get_class($manager);
40+
4041
throw new \RuntimeException("Fixture requires a PHPCR ODM DocumentManager instance, instance of '$class' given.");
4142
}
4243

src/AppBundle/DataFixtures/PHPCR/LoadNewsData.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public function load(ObjectManager $manager)
3333
{
3434
if (!$manager instanceof DocumentManager) {
3535
$class = get_class($manager);
36+
3637
throw new \RuntimeException("Fixture requires a PHPCR ODM DocumentManager instance, instance of '$class' given.");
3738
}
3839

src/AppBundle/DataFixtures/PHPCR/LoadRoutingData.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public function load(ObjectManager $manager)
4444
{
4545
if (!$manager instanceof DocumentManager) {
4646
$class = get_class($manager);
47+
4748
throw new \RuntimeException("Fixture requires a PHPCR ODM DocumentManager instance, instance of '$class' given.");
4849
}
4950

src/AppBundle/DataFixtures/PHPCR/LoadStaticPageData.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public function load(ObjectManager $manager)
3838
{
3939
if (!$manager instanceof DocumentManager) {
4040
$class = get_class($manager);
41+
4142
throw new \RuntimeException("Fixture requires a PHPCR ODM DocumentManager instance, instance of '$class' given.");
4243
}
4344

0 commit comments

Comments
 (0)