Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/3.6.x' into 4.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed May 3, 2024
2 parents 82a6a68 + b359438 commit ceaf8f1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 29 deletions.
16 changes: 12 additions & 4 deletions .symfony.bundle.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
branches: ["3.3.x", "3.4.x", "3.5.x", "3.6.x"]
maintained_branches: ["3.5.x", "3.6.x"]
doc_dir: {"3.5.x": "Resources/doc/", "3.6.x": "docs/"}
dev_branch: "3.6.x"
branches:
- "3.3.x"
- "3.4.x"
- "3.5.x"
- "3.6.x"
- "3.7.x"
maintained_branches:
- "3.5.x"
- "3.6.x"
- "3.7.x"
doc_dir: "docs/"
dev_branch: "3.7.x"
24 changes: 0 additions & 24 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -1,29 +1,5 @@
parameters:
excludePaths:
# Contains an error that is impossible to ignore
- tests/IntegrationTest.php

ignoreErrors:
-
message: "#^Call to an undefined method Doctrine\\\\Bundle\\\\FixturesBundle\\\\Loader\\\\SymfonyFixturesLoader\\:\\:getFixture\\(\\)\\.$#"
count: 1
path: src/Loader/SymfonyFixturesLoader.php

-
message: "#^Call to an undefined static method Doctrine\\\\Bundle\\\\FixturesBundle\\\\Loader\\\\SymfonyBridgeLoader\\:\\:addFixture\\(\\)\\.$#"
count: 1
path: src/Loader/SymfonyFixturesLoader.php

-
message: "#^Call to an undefined static method Doctrine\\\\Bundle\\\\FixturesBundle\\\\Loader\\\\SymfonyBridgeLoader\\:\\:getFixtures\\(\\)\\.$#"
count: 1
path: src/Loader/SymfonyFixturesLoader.php

-
message: "#^Class Doctrine\\\\Bundle\\\\FixturesBundle\\\\Loader\\\\SymfonyFixturesLoader does not have a constructor and must be instantiated without any parameters\\.$#"
count: 2
path: tests/Command/LoadDataFixturesDoctrineCommandTest.php

-
message: "#^Constructor of class Doctrine\\\\Bundle\\\\FixturesBundle\\\\Tests\\\\Fixtures\\\\FooBundle\\\\DataFixtures\\\\RequiredConstructorArgsFixtures has an unused parameter \\$fooRequiredArg\\.$#"
count: 1
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyInjection/DoctrineFixturesExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
use Doctrine\Bundle\FixturesBundle\ORMFixtureInterface;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;

use function dirname;

Expand Down

0 comments on commit ceaf8f1

Please sign in to comment.