Loading src/PathProcessor.php +0 −2 Original line number Diff line number Diff line Loading @@ -55,7 +55,6 @@ final class PathProcessor extends CacheCollector implements OutboundPathProcesso } public function processInbound($path, Request $request): string { $alias_info = NULL; if ($request === NULL || $this->recursiveCall) { return $path; } Loading Loading @@ -219,7 +218,6 @@ final class PathProcessor extends CacheCollector implements OutboundPathProcesso $group_id = NULL; if ($args[1] === 'group' && \array_key_exists(2, $args) && \is_numeric($args[2])) { $group_id = $args[2]; $group_base = '/group/' . $group_id; } if ($group_id === NULL) { Loading Loading
src/PathProcessor.php +0 −2 Original line number Diff line number Diff line Loading @@ -55,7 +55,6 @@ final class PathProcessor extends CacheCollector implements OutboundPathProcesso } public function processInbound($path, Request $request): string { $alias_info = NULL; if ($request === NULL || $this->recursiveCall) { return $path; } Loading Loading @@ -219,7 +218,6 @@ final class PathProcessor extends CacheCollector implements OutboundPathProcesso $group_id = NULL; if ($args[1] === 'group' && \array_key_exists(2, $args) && \is_numeric($args[2])) { $group_id = $args[2]; $group_base = '/group/' . $group_id; } if ($group_id === NULL) { Loading