|
@@ -35,7 +35,7 @@ |
|
|
block discarded – undo |
|
35
|
35
|
protected function getIncludes(array $parameters, string $errorTitle): iterable |
|
36
|
36
|
{ |
|
37
|
37
|
if (array_key_exists(P::PARAM_INCLUDE, $parameters) === true) { |
|
38
|
|
- $splitByDot = function (string $path) use ($errorTitle): iterable { |
|
|
38
|
+ $splitByDot = function(string $path) use ($errorTitle): iterable { |
|
39
|
39
|
foreach ($this->splitStringAndCheckNoEmpties(P::PARAM_INCLUDE, $path, '.', $errorTitle) as $link) { |
|
40
|
40
|
yield $link; |
|
41
|
41
|
} |
Please login to merge, or discard this patch.