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)
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 */
Original file line number Diff line number Diff line change 1313
1414use PHPUnit \Framework \TestCase ;
1515use Symfony \Bridge \PhpUnit \ForwardCompatTestTrait ;
16- use Symfony \Component \DependencyInjection \Alias ;
1716use Symfony \Component \DependencyInjection \Container ;
1817use Symfony \Component \DependencyInjection \ContainerInterface ;
1918use Symfony \Component \DependencyInjection \ParameterBag \FrozenParameterBag ;
You can’t perform that action at this time.
0 commit comments