Merge pull request #18279 from eileenmcnaughton/ordertest
[civicrm-core.git] / Civi / Payment / System.php
index 44047cdc4107483ede61c25604a291a3d50d745d..fbbfc7d146bcb754a322ab428c3276a0b721d657 100644 (file)
@@ -14,7 +14,7 @@ class System {
   private static $singleton;
 
   /**
-   * @var array cache
+   * @var array
    */
   private $cache = [];
 
@@ -105,6 +105,7 @@ class System {
    * @param int $id
    *
    * @return \CRM_Core_Payment|NULL
+   *
    * @throws \CiviCRM_API3_Exception
    */
   public function getById($id) {