From 0df89b0e6b093fda610cefd6abed489c148aa5c9 Mon Sep 17 00:00:00 2001 From: Maxim Grynykha Date: Sat, 27 Mar 2021 20:35:17 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Urling/PartParsers/PathParser.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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