diff --git a/src/Router/Router.php b/src/Router/Router.php index c21e72b..94d24b2 100644 --- a/src/Router/Router.php +++ b/src/Router/Router.php @@ -156,7 +156,7 @@ class Router try { $this->cachePoolChain->save($routeItem); - }catch(CachePoolException $cachePoolException){ + } catch (CachePoolException $cachePoolException) { $this->logger->critical($cachePoolException->getMessage()); }