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 */