1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-19 23:56:17 +02:00

Rename Boolean in phpDocs to bool

This commit is contained in:
Erik Booij
2017-10-22 19:09:08 +02:00
parent fd8c787753
commit ecdfdc9897
24 changed files with 62 additions and 62 deletions

View File

@@ -281,7 +281,7 @@ class Logger implements LoggerInterface
* @param int $level The logging level
* @param string $message The log message
* @param array $context The log context
* @return Boolean Whether the record has been processed
* @return bool Whether the record has been processed
*/
public function addRecord($level, $message, array $context = array())
{
@@ -484,7 +484,7 @@ class Logger implements LoggerInterface
* Checks whether the Logger has a handler that listens on the given level
*
* @param int $level
* @return Boolean
* @return bool
*/
public function isHandling($level)
{