diff --git a/src/Urling/PartParsers/PathParser.php b/src/Urling/PartParsers/PathParser.php index 28a0a54..3eafb75 100644 --- a/src/Urling/PartParsers/PathParser.php +++ b/src/Urling/PartParsers/PathParser.php @@ -38,11 +38,11 @@ public function contains($needle): bool * - $urling->url->routes->splice(1); * * Get one route starting on first segment - "ismaxim" - * - $urling->url->routes->splice(1, 1); - * + * - $urling->url->routes->splice(1, 1); + * * @param int $offset * @param int|null $length - * + * * @return string */ public function splice(int $offset, $length = null): string