Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Grynykha authored and StyleCIBot committed Mar 27, 2021
1 parent 4b07dae commit 0df89b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Urling/PartParsers/PathParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0df89b0

Please sign in to comment.