INFRA-132 - Put space after flow-control (if/switch/for/foreach/while)
[civicrm-core.git] / CRM / Event / Import / Parser.php
index ed65ddd493d3107d4d03365c96ad7cfb03651086..f7c0a6ba22e9e57519a810c40a8276e961fd9a08 100644 (file)
@@ -76,7 +76,8 @@ abstract class CRM_Event_Import_Parser extends CRM_Import_Parser {
    * @return mixed
    * @throws Exception
    */
-  function run($fileName,
+  function run(
+    $fileName,
     $seperator = ',',
     &$mapper,
     $skipColumnHeader = FALSE,