Skip to content

Commit f0cd427

Browse files
committed
Remove trailing whitespace
1 parent 80be4f1 commit f0cd427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
and so no longer have a ``$this->container`` property. You *can* manually
4040
implement this interface. Or, a better idea is to update your fixtures
4141
to use dependency injection:
42-
42+
4343
```diff
4444
class MyFixture extends Fixture
4545
{
@@ -61,7 +61,7 @@ class MyFixture extends Fixture
6161
* The base ``Fixture`` class no longer implements ``DependentFixtureInterface``.
6262
If you want to have a ``getDependencies()`` method, be sure to implement
6363
this interface explicitly:
64-
64+
6565
```diff
6666
+ use Doctrine\Common\DataFixtures\DependentFixtureInterface;
6767

0 commit comments

Comments
 (0)