mirror of
https://github.com/flarum/core.git
synced 2025-08-08 01:16:52 +02:00
Applied fixes from StyleCI
This commit is contained in:
@@ -92,7 +92,7 @@ class RouteCollection
|
||||
$parts = $this->reverse[$name][0];
|
||||
array_walk($parts, [$this, 'fixPathPart'], $parameters);
|
||||
|
||||
return '/' . ltrim(implode('', $parts), '/');
|
||||
return '/'.ltrim(implode('', $parts), '/');
|
||||
}
|
||||
|
||||
throw new \RuntimeException("Route $name not found");
|
||||
|
Reference in New Issue
Block a user