Completed
Push — development ( c3cbd0...4f679c )
by Thomas
19s queued 12s
created
htdocs/src/Oc/FieldNotes/Import/FileParser.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -40,9 +40,9 @@
 block discarded – undo
40 40
         return $this->structMapper->map($rows);
41 41
     }
42 42
 
43
-     /**
44
-      * @throws FileFormatException
45
-      */
43
+        /**
44
+         * @throws FileFormatException
45
+         */
46 46
     private function getRowsFromCsv(Reader $csv): array
47 47
     {
48 48
         $content = $csv->getContent();
Please login to merge, or discard this patch.