INFRA-132 - Civi - Convert single-line @param to multi-line
[civicrm-core.git] / Civi / CiUtil / CSVParser.php
index dc2196ef137f9f394986c1ccfe0078fd98ceda93..e09f7992951d11184697569b57f913d68f351f9e 100644 (file)
@@ -7,7 +7,8 @@ namespace Civi\CiUtil;
 class CSVParser {
 
   /**
-   * @param string $csvContent content; each row in the row csv should start with two cells:
+   * @param string $csvContent
+   *   Content; each row in the row csv should start with two cells:.
    *   - cell 0: the test name
    *   - cell 1: the test status
    * @return array (string $testName => string $status)
@@ -27,4 +28,4 @@ class CSVParser {
     return $results;
   }
 
-}
\ No newline at end of file
+}