@@ 89-93 (lines=5) @@ | ||
86 | // Get container builder |
|
87 | $builder = $this->getContainerBuilder(); |
|
88 | /** @var array $configuration */ |
|
89 | if (method_exists($this, 'validateConfig')) { |
|
90 | $configuration = $this->validateConfig($this->defaults); |
|
91 | } else { |
|
92 | $configuration = $this->getConfig($this->defaults); |
|
93 | } |
|
94 | ||
95 | if ($configuration['loop'] === NULL) { |
|
96 | if ($builder->getByType(React\EventLoop\LoopInterface::class) === NULL) { |
|
@@ 165-169 (lines=5) @@ | ||
162 | // Get container builder |
|
163 | $builder = $this->getContainerBuilder(); |
|
164 | /** @var array $configuration */ |
|
165 | if (method_exists($this, 'validateConfig')) { |
|
166 | $configuration = $this->validateConfig($this->defaults); |
|
167 | } else { |
|
168 | $configuration = $this->getConfig($this->defaults); |
|
169 | } |
|
170 | ||
171 | // Get container builder |
|
172 | $builder = $this->getContainerBuilder(); |