Some code cleanup.

This commit is contained in:
James Cole
2016-05-20 08:00:35 +02:00
parent ed948cc965
commit dda3082c7e
13 changed files with 17 additions and 20 deletions

View File

@@ -30,7 +30,7 @@ use Illuminate\Support\Collection;
*
* @package FireflyIII\Export\Entry
*/
class Entry
final class Entry
{
/** @var string */
public $amount;

View File

@@ -158,8 +158,6 @@ class Processor
// is part of this job?
$zipFileName = str_replace($this->job->key . '-', '', $entry);
$result = $zip->addFromString($zipFileName, $disk->get($entry));
if (!$result) {
}
}
$zip->close();