Added new lines.

This commit is contained in:
James Cole
2016-02-10 16:01:18 +01:00
parent 4d6e244100
commit 426351bb54
44 changed files with 31 additions and 17 deletions

View File

@@ -96,4 +96,4 @@ class AttachmentCollector extends BasicCollector implements CollectorInterface
$this->explanationString .= $string;
}
}
}

View File

@@ -55,4 +55,4 @@ class BasicCollector
}
}
}

View File

@@ -34,4 +34,4 @@ interface CollectorInterface
*/
public function setFiles(Collection $files);
}
}

View File

@@ -66,4 +66,4 @@ class UploadCollector extends BasicCollector implements CollectorInterface
}
}
}
}
}

View File

@@ -58,4 +58,4 @@ class ConfigurationFile
return $file;
}
}
}

View File

@@ -420,4 +420,4 @@ class Entry
}
}
}

View File

@@ -55,4 +55,4 @@ class BasicExporter
}
}

View File

@@ -80,4 +80,4 @@ class CsvExporter extends BasicExporter implements ExporterInterface
$this->fileName = storage_path('export') . DIRECTORY_SEPARATOR . $fileName;
$this->handler = fopen($this->fileName, 'w');
}
}
}

View File

@@ -39,4 +39,4 @@ interface ExporterInterface
*/
public function getFileName();
}
}

View File

@@ -63,4 +63,4 @@ class JournalCollector
->get(['transaction_journals.*']);
}
}
}

View File

@@ -157,4 +157,4 @@ class Processor
{
return $this->files;
}
}
}