Skip to content

Commit

Permalink
remove "Logger" doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Mar 20, 2020
1 parent c8b9a5a commit 99d4649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Config/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class Logger extends BaseConfig
'filePermissions' => 0644,

/*
* Error Logging Directory Path
* Logging Directory Path
*
* By default, logs are written to WRITEPATH . 'logs/'
* Specify a different destination here, if desired.
Expand Down
2 changes: 1 addition & 1 deletion system/Test/Mock/MockLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class MockLogger
],

/*
* Error Logging Directory Path
* Logging Directory Path
*/
'path' => '',
],
Expand Down

0 comments on commit 99d4649

Please sign in to comment.