From ae920137495cebeb4ce1c019b8954fdbf0a92553 Mon Sep 17 00:00:00 2001 From: Adrian Suter Date: Mon, 4 Nov 2019 15:08:02 +0100 Subject: [PATCH] Fix docblock --- Slim/Routing/RouteCollector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slim/Routing/RouteCollector.php b/Slim/Routing/RouteCollector.php index 2f2d31e1f..154dcc18e 100644 --- a/Slim/Routing/RouteCollector.php +++ b/Slim/Routing/RouteCollector.php @@ -54,7 +54,7 @@ class RouteCollector implements RouteCollectorInterface protected $basePath = ''; /** - * Path to fast route cache file. Set to false to disable route caching + * Path to fast route cache file. Set to null to disable route caching * * @var string|null */