INFRA-132 - Docblock @param and @return tag fixes
[civicrm-core.git] / Civi / CiUtil / Command / AntagonistCommand.php
index 5d6e7bbe546d3b55a2b03a466523df281c27d6dc..5c970cba7932d4ba3e2fee92105b128e4d8b4cf7 100644 (file)
@@ -30,13 +30,14 @@ class AntagonistCommand {
    *   E.g. "MyTest::testFoo".
    * @param array $candidateTests
    *   List of strings (e.g. "MyTest::testFoo").
-   * @return array|null array contains keys:
-   *  - antagonist: array
-   *    - file: string
-   *    - class: string
-   *    - method: string
-   *  - expectedResults: array
-   *  - actualResults: array
+   * @return array|null
+   *   array contains keys:
+   *    - antagonist: array
+   *      - file: string
+   *      - class: string
+   *      - method: string
+   *    - expectedResults: array
+   *    - actualResults: array
    */
   public static function findAntagonist($target, $candidateTests) {
     //$phpUnit = new \Civi\CiUtil\EnvTestRunner('./scripts/phpunit', 'EnvTests');