comment fixes
[civicrm-core.git] / Civi / API / Event / Event.php
index ca8adbd55702feef19729b7602a0b44dd1f07b17..36c09215b574d4596df42da2d9026c37bab6da32 100644 (file)
@@ -57,6 +57,7 @@ class Event extends \Symfony\Component\EventDispatcher\Event {
    *   The API responsible for executing the request.
    * @param array $apiRequest
    *   The full description of the API request.
+   * @param \Civi\API\Kernel $apiKernel
    */
   public function __construct($apiProvider, $apiRequest, $apiKernel) {
     $this->apiKernel = $apiKernel;
@@ -65,6 +66,8 @@ class Event extends \Symfony\Component\EventDispatcher\Event {
   }
 
   /**
+   * Get api kernel.
+   *
    * @return \Civi\API\Kernel
    */
   public function getApiKernel() {