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()
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
1411return PhpCsFixer \Config::create ()
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments