Skip to content

Commit

Permalink
Merge branch '4.x' into use-multi-byte-string-functions
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihasanpour committed Jul 6, 2022
2 parents 5836cdf + 4a61e28 commit 852e012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim/Routing/Dispatcher.php
Expand Up @@ -27,7 +27,7 @@ protected function createDispatcher(): FastRouteDispatcher
return $this->dispatcher;
}

$routeDefinitionCallback = function (FastRouteCollector $r) {
$routeDefinitionCallback = function (FastRouteCollector $r): void {
$basePath = $this->routeCollector->getBasePath();

foreach ($this->routeCollector->getRoutes() as $route) {
Expand Down

0 comments on commit 852e012

Please sign in to comment.