Skip to content

Commit 2885e20

Browse files
committed
Fixed some merge conflicts
1 parent 0aa68ef commit 2885e20

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.php_cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ $finder = PhpCsFixer\Finder::create()
66
->exclude('var')
77
->exclude('vendor')
88
->notPath('web/config.php')
9-
// Doctrine fixtures are excluded to avoid these PHP-CS-Fixer errors:
10-
// "Files were not fixed due to errors reported during linting before fixing"
11-
->notPath('DataFixtures')
129
;
1310

1411
return PhpCsFixer\Config::create()

src/AppBundle/DataFixtures/ORM/PostFixtures.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ public function load(ObjectManager $manager)
7777
$manager->flush();
7878
}
7979

80-
<<<<<<< HEAD:src/AppBundle/DataFixtures/ORM/PostFixtures.php
8180
/**
8281
* Instead of defining the exact order in which the fixtures files must be loaded,
8382
* this method defines which other fixtures this file depends on. Then, Doctrine
@@ -107,8 +106,6 @@ private function addRandomTags(Post $post)
107106
}
108107
}
109108

110-
=======
111-
>>>>>>> pull/431:src/AppBundle/DataFixtures/ORM/LoadFixtures.php
112109
private function getPostContent()
113110
{
114111
return <<<'MARKDOWN'

0 commit comments

Comments
 (0)