Skip to content

Commit

Permalink
Update docblock for Route::__construct()
Browse files Browse the repository at this point in the history
  • Loading branch information
akrabat committed Feb 9, 2023
1 parent 58efb8d commit 858ec7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim/Routing/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class Route implements RouteInterface, RequestHandlerInterface
* @param CallableResolverInterface $callableResolver
* @param ContainerInterface|null $container
* @param InvocationStrategyInterface|null $invocationStrategy
* @param RouteGroupInterface[] $groups The parent route groups
* @param RouteGroupInterface[] $groups The parent route groups
* @param int $identifier The route identifier
*/
public function __construct(
Expand Down

0 comments on commit 858ec7e

Please # to comment.