PHPCS fix

This commit is contained in:
Gerhard Potgieter 2017-11-17 14:47:51 +02:00
parent c64a73274d
commit fdc89056cd
1 changed files with 1 additions and 2 deletions

View File

@ -348,10 +348,9 @@ class WC_Log_Handler_File extends WC_Log_Handler {
}
/**
* Get a log file name
* Get a log file name.
*
* @since 3.3
*
* @param string $handle Log name.
* @return bool|string The log file name or false if cannot be determined.
*/