various comment fixes
[civicrm-core.git] / Civi / Core / Event / UnhandledExceptionEvent.php
index 547f882f7c2a48cfbce12fee9e6e08a0c6bb6735..42270723b0ad494e517673ba8d5bf74d04573376 100644 (file)
@@ -43,6 +43,10 @@ class UnhandledExceptionEvent extends \Symfony\Component\EventDispatcher\Event {
    */
   public $request;
 
+  /**
+   * @param $e
+   * @param $request
+   */
   public function __construct($e, $request) {
     $this->request = $request;
     $this->exception = $e;