File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
src/AppBundle/DataFixtures/ORM Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ $finder = PhpCsFixer\Finder::create()
6
6
->exclude ('var ' )
7
7
->exclude ('vendor ' )
8
8
->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 ' )
12
9
;
13
10
14
11
return PhpCsFixer \Config::create ()
Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ public function load(ObjectManager $manager)
77
77
$ manager ->flush ();
78
78
}
79
79
80
- <<<<<<< HEAD :src/AppBundle/DataFixtures/ORM /PostFixtures.php
81
80
/**
82
81
* Instead of defining the exact order in which the fixtures files must be loaded,
83
82
* this method defines which other fixtures this file depends on. Then, Doctrine
@@ -107,8 +106,6 @@ private function addRandomTags(Post $post)
107
106
}
108
107
}
109
108
110
- =======
111
- >>>>>>> pull/431 :src/AppBundle/DataFixtures/ORM /LoadFixtures.php
112
109
private function getPostContent ()
113
110
{
114
111
return <<<'MARKDOWN'
You can’t perform that action at this time.
0 commit comments