Add rule for concatenation operator spacing
[MAILPOET-2090]
This commit is contained in:
@@ -26,7 +26,7 @@ class ContainerFactory {
|
||||
* @return Container
|
||||
*/
|
||||
function getContainer() {
|
||||
$dump_class = '\\'. $this->configurator->getDumpNamespace() . '\\' . $this->configurator->getDumpClassname();
|
||||
$dump_class = '\\' . $this->configurator->getDumpNamespace() . '\\' . $this->configurator->getDumpClassname();
|
||||
if (!$this->debug && class_exists($dump_class)) {
|
||||
$container = new $dump_class();
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user