From 5f32ee315cf0b6c2a79be17b1d52d92cf8f719a8 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Mon, 22 Jun 2020 12:01:02 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Traits/LogConfiguration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Traits/LogConfiguration.php b/src/Traits/LogConfiguration.php index 2b54857..4a32de0 100644 --- a/src/Traits/LogConfiguration.php +++ b/src/Traits/LogConfiguration.php @@ -36,8 +36,8 @@ abstract protected function getFallbackChannelName(); * @param array $config * * @throws \InvalidArgumentException - * @return int * + * @return int */ protected function level(array $config) {