More phpcbs code cleanups
[civicrm-core.git] / tests / phpunit / CRM / Upgrade / Incremental / php / FiveTwentyTest.php
index 14aa68c27f20fb18acbf84933fd92aa7240f29da..c0f9e7a69b17e728c33bf888d0762e590f019a42 100644 (file)
@@ -7,10 +7,6 @@ require_once 'CiviTest/CiviCaseTestCase.php';
  */
 class CRM_Upgrade_Incremental_php_FiveTwentyTest extends CiviCaseTestCase {
 
-  public function setUp() {
-    parent::setUp();
-  }
-
   /**
    * Test that the upgrade task changes the direction but only
    * for bidirectional relationship types that are b_a.
@@ -332,8 +328,8 @@ ENDXML;
   /**
    * Set up some original and expected xml pairs.
    *
-   * @param $relationshipTypeNames array
-   * @param $stage int
+   * @param array $relationshipTypeNames
+   * @param int $stage
    *   We run it in a couple passes because we want to test with and without
    *   warning messages.
    * @return array
@@ -923,8 +919,8 @@ ENDXMLDIFFNAMEEXPECTED;
   /**
    * Helper to add a case type to the database.
    *
-   * @param $name string
-   * @param $xml string
+   * @param string $name
+   * @param string $xml
    *
    * @return int
    */