File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -946,8 +946,8 @@ public function getAlias($id)
946
946
* This methods allows for simple registration of service definition
947
947
* with a fluid interface.
948
948
*
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
951
951
*
952
952
* @return Definition A Definition instance
953
953
*/
Original file line number Diff line number Diff line change 13
13
14
14
use PHPUnit \Framework \TestCase ;
15
15
use Symfony \Bridge \PhpUnit \ForwardCompatTestTrait ;
16
- use Symfony \Component \DependencyInjection \Alias ;
17
16
use Symfony \Component \DependencyInjection \Container ;
18
17
use Symfony \Component \DependencyInjection \ContainerInterface ;
19
18
use Symfony \Component \DependencyInjection \ParameterBag \FrozenParameterBag ;
You can’t perform that action at this time.
0 commit comments