File tree Expand file tree Collapse file tree
Debug/DependencyInjection/Compiler
RepositoryInstaller/DependencyInjection/Compiler Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515class DataCollectorPass implements CompilerPassInterface
1616{
17- public function process (ContainerBuilder $ container )
17+ public function process (ContainerBuilder $ container ): void
1818 {
1919 if (!$ container ->hasDefinition (IbexaCoreCollector::class)) {
2020 return ;
Original file line number Diff line number Diff line change 1919 */
2020class InstallerTagPass implements CompilerPassInterface
2121{
22- public const INSTALLER_TAG = 'ibexa.installer ' ;
22+ public const string INSTALLER_TAG = 'ibexa.installer ' ;
2323
24- public function process (ContainerBuilder $ container )
24+ public function process (ContainerBuilder $ container ): void
2525 {
2626 if (!$ container ->hasDefinition (InstallPlatformCommand::class)) {
2727 return ;
You can’t perform that action at this time.
0 commit comments