1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-05 20:57:36 +02:00

Added return type annotation

This commit is contained in:
Guy Arye
2016-11-07 09:46:10 +02:00
committed by GitHub
parent 918922daee
commit 9549056015

View File

@@ -67,6 +67,8 @@ class Registry
* Checks if such logging channel exists by name or instance
*
* @param string|Logger $logger Name or logger instance
*
* @return bool
*/
public static function hasLogger($logger)
{