Skip to content

Commit e18f6f0

Browse files
minor #54325 chore: CS fixes (keradus)
This PR was squashed before being merged into the 7.1 branch. Discussion ---------- chore: CS fixes | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Issues | Fix CS <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT Few steps closer to clean CS (`php-cs-fixer fix` not reporting any issues) Commits ------- 023ed3ee7d chore: CS fixes
2 parents 82dd792 + 2b78c06 commit e18f6f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/LazyProxy/Instantiator/RealServiceInstantiatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
use Symfony\Component\DependencyInjection\LazyProxy\Instantiator\RealServiceInstantiator;
1818

1919
/**
20-
* Tests for {@see \Symfony\Component\DependencyInjection\LazyProxy\Instantiator\RealServiceInstantiator}.
20+
* Tests for {@see RealServiceInstantiator}.
2121
*
2222
* @author Marco Pivetta <ocramius@gmail.com>
2323
*/

Tests/LazyProxy/PhpDumper/NullDumperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Symfony\Component\DependencyInjection\LazyProxy\PhpDumper\NullDumper;
1717

1818
/**
19-
* Tests for {@see \Symfony\Component\DependencyInjection\LazyProxy\PhpDumper\NullDumper}.
19+
* Tests for {@see NullDumper}.
2020
*
2121
* @author Marco Pivetta <ocramius@gmail.com>
2222
*/

0 commit comments

Comments
 (0)