Skip to content

Commit

Permalink
psr2
Browse files Browse the repository at this point in the history
  • Loading branch information
nateiler committed Oct 10, 2018
1 parent 5818e48 commit 11971b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/LoggerTrait.php
Expand Up @@ -131,8 +131,8 @@ protected static function loggerFileTarget()
private static function prepLogFileName(string $fileName): string
{
return StringHelper::toKebabCase(
StringHelper::removeRight($fileName, '.log')
) . '.log';
StringHelper::removeRight($fileName, '.log')
) . '.log';
}

/**
Expand Down

0 comments on commit 11971b7

Please sign in to comment.