Use better function for retrieving payment processor for recurring
[civicrm-core.git] / CRM / Extension / Info.php
index 11e8e4384fcd4c52c2eccf9bd822fe3e7145701b..b5bf1049decda3c3edb56ad43662622cd696af6e 100644 (file)
@@ -27,6 +27,9 @@
 
 /**
  * Metadata for an extension (e.g. the extension's "info.xml" file)
+ *
+ * @package CRM
+ * @copyright CiviCRM LLC (c) 2004-2015
  */
 class CRM_Extension_Info {
 
@@ -99,7 +102,6 @@ class CRM_Extension_Info {
    * Copy attributes from an XML document to $this
    *
    * @param SimpleXMLElement $info
-   * @return void
    */
   public function parse($info) {
     $this->key = (string) $info->attributes()->key;