Skip to content

Commit 1019ffc

Browse files
Adopt @PHPUnit55Migration:risky rule of php-cs-fixer
1 parent 5cc779a commit 1019ffc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ContainerBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -946,8 +946,8 @@ public function getAlias($id)
946946
* This methods allows for simple registration of service definition
947947
* with a fluid interface.
948948
*
949-
* @param string $id The service identifier
950-
* @param string $class|null The service class
949+
* @param string $id The service identifier
950+
* @param string|null $class The service class
951951
*
952952
* @return Definition A Definition instance
953953
*/

Tests/ContainerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\Bridge\PhpUnit\ForwardCompatTestTrait;
16-
use Symfony\Component\DependencyInjection\Alias;
1716
use Symfony\Component\DependencyInjection\Container;
1817
use Symfony\Component\DependencyInjection\ContainerInterface;
1918
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;

0 commit comments

Comments
 (0)