mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Give all of these files a newline at the end.
This commit is contained in:
@@ -106,4 +106,4 @@ trait GetSpectreCustomerTrait
|
||||
|
||||
return $customer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -55,4 +55,4 @@ trait GetSpectreTokenTrait
|
||||
|
||||
return $request->getToken();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -69,4 +69,4 @@ interface BunqJobConfigurationInterface
|
||||
*/
|
||||
public function setImportJob(ImportJob $importJob): void;
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -218,4 +218,4 @@ class ChooseAccountsHandler implements BunqJobConfigurationInterface
|
||||
|
||||
return $accountId;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -100,4 +100,4 @@ class NewBunqJobHandler implements BunqJobConfigurationInterface
|
||||
$this->repository = app(ImportJobRepositoryInterface::class);
|
||||
$this->repository->setUser($importJob->user);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -92,4 +92,4 @@ class AuthenticatedHandler implements SpectreJobConfigurationInterface
|
||||
public function setImportJob(ImportJob $importJob): void
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -250,4 +250,4 @@ class ChooseAccountsHandler implements SpectreJobConfigurationInterface
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -142,4 +142,4 @@ class ChooseLoginHandler implements SpectreJobConfigurationInterface
|
||||
$this->repository = app(ImportJobRepositoryInterface::class);
|
||||
$this->repository->setUser($importJob->user);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -126,4 +126,4 @@ class DoAuthenticateHandler implements SpectreJobConfigurationInterface
|
||||
$this->repository = app(ImportJobRepositoryInterface::class);
|
||||
$this->repository->setUser($importJob->user);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -95,4 +95,4 @@ class NewSpectreJobHandler implements SpectreJobConfigurationInterface
|
||||
public function setImportJob(ImportJob $importJob): void
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -71,4 +71,4 @@ interface SpectreJobConfigurationInterface
|
||||
*/
|
||||
public function setImportJob(ImportJob $importJob): void;
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -293,4 +293,4 @@ class StageImportDataHandler
|
||||
|
||||
return $return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -269,4 +269,4 @@ class StageNewHandler
|
||||
|
||||
return $return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -118,4 +118,4 @@ class AssetAccountMapper
|
||||
$this->repository->setUser($user);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -97,4 +97,4 @@ class CurrencyMapper
|
||||
$this->repository->setUser($user);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -325,4 +325,4 @@ class ImportableConverter
|
||||
|
||||
return $type;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -69,4 +69,4 @@ class ImportableCreator
|
||||
return $transaction;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -171,4 +171,4 @@ class LineReader
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -128,4 +128,4 @@ class MappedValuesValidator
|
||||
|
||||
return $return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -217,4 +217,4 @@ class MappingConverger
|
||||
return $return;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -134,4 +134,4 @@ class OpposingAccountMapper
|
||||
$this->repository->setUser($user);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -148,4 +148,4 @@ class StageAuthenticatedHandler
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -280,4 +280,4 @@ class StageImportDataHandler
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -104,4 +104,4 @@ class StageNewHandler
|
||||
$this->repository = app(ImportJobRepositoryInterface::class);
|
||||
$this->repository->setUser($importJob->user);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user