Add public keyword to methods
[MAILPOET-2413]
This commit is contained in:
@ -8,7 +8,7 @@ interface IContainerConfigurator {
|
||||
const FREE_CONTAINER_SERVICE_SLUG = 'free_container';
|
||||
const PREMIUM_CONTAINER_SERVICE_SLUG = 'premium_container';
|
||||
|
||||
function configure(ContainerBuilder $container);
|
||||
function getDumpNamespace();
|
||||
function getDumpClassname();
|
||||
public function configure(ContainerBuilder $container);
|
||||
public function getDumpNamespace();
|
||||
public function getDumpClassname();
|
||||
}
|
||||
|
Reference in New Issue
Block a user