bulk comment fixes
[civicrm-core.git] / CRM / Extension / Container / Collection.php
index 4a2a12b430431830b77a8a5ae4452f7573b9f38c..1ea76c7ab80f6c1600639e613bab6bb3c769f34d 100644 (file)
@@ -124,8 +124,10 @@ class CRM_Extension_Container_Collection implements CRM_Extension_Container_Inte
   /**
    * Get the container which defines a particular key
    *
+   * @param $key
+   *
+   * @throws CRM_Extension_Exception_MissingException
    * @return CRM_Extension_Container_Interface
-   * @throws CRM_Extension_Exception
    */
   public function getContainer($key) {
     $k2c = $this->getKeysToContainer();