@@ -21,7 +21,7 @@ discard block |
||
| 21 | 21 | ?string $comment = null, |
| 22 | 22 | ?string $namespace = null, |
| 23 | 23 | private readonly bool $isDomain = false, |
| 24 | - ) { |
|
| 24 | + ){ |
|
| 25 | 25 | parent::__construct($config, $name, $comment, $namespace); |
| 26 | 26 | } |
| 27 | 27 | |
@@ -41,7 +41,7 @@ discard block |
||
| 41 | 41 | $this->class->addConstant('SINGLETONS', [])->setProtected(); |
| 42 | 42 | $this->class->addConstant('DEPENDENCIES', [])->setProtected(); |
| 43 | 43 | |
| 44 | - if ($this->isDomain) { |
|
| 44 | + if ($this->isDomain){ |
|
| 45 | 45 | $this->class->addConstant('INTERCEPTORS', [])->setProtected(); |
| 46 | 46 | $this->namespace->addUse(CoreInterface::class); |
| 47 | 47 | $this->class->getConstant('SINGLETONS')->setValue([ |
@@ -41,7 +41,8 @@ |
||
| 41 | 41 | $this->class->addConstant('SINGLETONS', [])->setProtected(); |
| 42 | 42 | $this->class->addConstant('DEPENDENCIES', [])->setProtected(); |
| 43 | 43 | |
| 44 | - if ($this->isDomain) { |
|
| 44 | + if ($this->isDomain) |
|
| 45 | + { |
|
| 45 | 46 | $this->class->addConstant('INTERCEPTORS', [])->setProtected(); |
| 46 | 47 | $this->namespace->addUse(CoreInterface::class); |
| 47 | 48 | $this->class->getConstant('SINGLETONS')->setValue([ |