From d10a85aea77f77f3e6d510fd5c568840869ed682 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Sun, 22 Nov 2020 08:41:25 +0100 Subject: [PATCH] Clean. --- src/Router/Router.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); }