Add comment blocks
[civicrm-core.git] / CRM / Core / Error / Log.php
index 3e301981a1d3f73d26797a45b8d10c28e3018f9d..80a28cba02615827209e3ad64bc4c0da6dbe854d 100644 (file)
@@ -33,6 +33,9 @@
  */
 class CRM_Core_Error_Log extends \Psr\Log\AbstractLogger {
 
+  /**
+   * CRM_Core_Error_Log constructor.
+   */
   public function __construct() {
     $this->map = array(
       \Psr\Log\LogLevel::DEBUG => PEAR_LOG_DEBUG,