Completed
Branch master (5fd745)
by
unknown
02:06
created
src/Http/Query/BaseQueryParserTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.