Another set of PHPdoc corrections
[civicrm-core.git] / CRM / Financial / Form / FrontEndPaymentFormTrait.php
index dbf787e27d616a03c1cab006b796764d363c2436..4ae5d30bacaa3fa36eccd196a0ed42e8b423541c 100644 (file)
@@ -110,7 +110,7 @@ trait CRM_Financial_Form_FrontEndPaymentFormTrait {
    * This is an early cut of what will ideally eventually be a hooklike call to the
    * CRM_Invoicing_Utils class with a potential end goal of moving this handling to an extension.
    *
-   * @param $tplLineItems
+   * @param array $tplLineItems
    */
   protected function alterLineItemsForTemplate(&$tplLineItems) {
     if (!CRM_Invoicing_Utils::isInvoicingEnabled()) {