From 3fbbe667871d8ca3083a7fc5a5fd5ced2c2358cf Mon Sep 17 00:00:00 2001 From: Malik Umer Farooq Date: Sat, 28 Jul 2018 11:35:57 +0000 Subject: [PATCH] Apply fixes from StyleCI --- Config/Config.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Config/Config.php b/Config/Config.php index bfead92..9b2ab14 100644 --- a/Config/Config.php +++ b/Config/Config.php @@ -117,13 +117,15 @@ class Config */ const Maintenance = false; /** - * Route Cache if true load routes from cache - * @var boolean + * Route Cache if true load routes from cache. + * + * @var bool */ const ROUTER_CACHE = true; /** - * Router cache regenerate time + * Router cache regenerate time. + * * @var int */ - const ROUTE_CACHE_REGENERATE = 3600; + const ROUTE_CACHE_REGENERATE = 3600; }