INFRA-132 - tests/ - PHPStorm cleanup
[civicrm-core.git] / tests / phpunit / CiviTest / PCP.php
index 5abd17485d041b4e4724666f39ecd84647abe273..93558d914f5ee2bd5b8640793a72904faea2aa3e 100644 (file)
@@ -10,8 +10,8 @@ class PCPBlock extends PHPUnit_Framework_Testcase {
    * @param int $contributionPageId
    *   Id of the Contribution Page.
    * to be deleted
-   * @return array of created pcp block
-   *
+   * @return array
+   *   of created pcp block
    */
   public function create($contributionPageId) {
     $profileParams = array(
@@ -94,8 +94,8 @@ class PCPBlock extends PHPUnit_Framework_Testcase {
    * @param array key value pair
    * pcpBlockId - id of the PCP Block Id, profileID - id of Supporter Profile
    * to be deleted
-   * @return boolean true if success, false otherwise
-   *
+   * @return boolean
+   *   true if success, false otherwise
    */
   public function delete($params) {