Support profile specific configuration #390
backwards-compatibility.yml
on: pull_request
Backwards compatibility check
20s
Annotations
10 errors
Backwards compatibility check:
src/Generator.php#L21
Default parameter value for parameter $builderClass of Lcobucci\DependencyInjection\Generator#__construct() changed from NULL to 'Symfony\\Component\\DependencyInjection\\ContainerBuilder'
|
Backwards compatibility check:
src/Generator.php#L21
The parameter $builderClass of Lcobucci\DependencyInjection\Generator#__construct() changed from string|null to a non-contravariant string
|
Backwards compatibility check:
src/Generator.php#L21
The parameter $builderClass of Lcobucci\DependencyInjection\Generator#__construct() changed from string|null to string
|
Backwards compatibility check:
src/Generator.php#L64
Parameter profileName was added to Method getLoader() of class Lcobucci\DependencyInjection\Generator
|
Backwards compatibility check:
src/ContainerBuilder.php#L42
Default parameter value for parameter $builderClass of Lcobucci\DependencyInjection\ContainerBuilder::xml() changed from NULL to 'Symfony\\Component\\DependencyInjection\\ContainerBuilder'
|
Backwards compatibility check:
src/ContainerBuilder.php#L42
The parameter $builderClass of Lcobucci\DependencyInjection\ContainerBuilder::xml() changed from string|null to a non-contravariant string
|
Backwards compatibility check:
src/ContainerBuilder.php#L55
Default parameter value for parameter $builderClass of Lcobucci\DependencyInjection\ContainerBuilder::php() changed from NULL to 'Symfony\\Component\\DependencyInjection\\ContainerBuilder'
|
Backwards compatibility check:
src/ContainerBuilder.php#L55
The parameter $builderClass of Lcobucci\DependencyInjection\ContainerBuilder::php() changed from string|null to a non-contravariant string
|
Backwards compatibility check:
src/ContainerBuilder.php#L68
Default parameter value for parameter $builderClass of Lcobucci\DependencyInjection\ContainerBuilder::yaml() changed from NULL to 'Symfony\\Component\\DependencyInjection\\ContainerBuilder'
|
Backwards compatibility check:
src/ContainerBuilder.php#L68
The parameter $builderClass of Lcobucci\DependencyInjection\ContainerBuilder::yaml() changed from string|null to a non-contravariant string
|