From 7e9c866e708b502f06dccf901d70338328a34557 Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Thu, 18 Jun 2020 08:10:34 +0000 Subject: [PATCH] Apply fixes from StyleCI --- config/expose.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/expose.php b/config/expose.php index fb9fd85..c8dc76a 100644 --- a/config/expose.php +++ b/config/expose.php @@ -99,13 +99,13 @@ return [ // "4*" ], /** - * | Skip response logging by HTTP response content type. Ex: "text/css" + * | Skip response logging by HTTP response content type. Ex: "text/css". */ 'content_type' => [ // ], /** - * | Skip response logging by file extension. Ex: ".js.map", ".min.js", ".min.css" + * | Skip response logging by file extension. Ex: ".js.map", ".min.js", ".min.css". */ 'extension' => [ '.js.map', @@ -114,7 +114,7 @@ return [ /** * | Skip response logging if response size is greater than configured value. * | Valid suffixes are: B, KB, MB, GB. - * | Ex: 500B, 1KB, 2MB, 3GB + * | Ex: 500B, 1KB, 2MB, 3GB. */ 'size' => '1MB', ],