Skip to content

Commit

Permalink
Merge pull request #40 from beyondcode/analysis-lKY3aQ
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
mpociot authored Jun 18, 2020
2 parents b746af4 + 7e9c866 commit 78fbef9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/expose.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@
// "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',
Expand All @@ -114,7 +114,7 @@
/**
* | 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',
],
Expand Down

0 comments on commit 78fbef9

Please sign in to comment.