Give all of these files a newline at the end.

This commit is contained in:
James Cole
2018-07-22 20:32:02 +02:00
parent ca096852a5
commit b7752928a4
117 changed files with 158 additions and 114 deletions

View File

@@ -69,4 +69,4 @@ interface BunqJobConfigurationInterface
*/
public function setImportJob(ImportJob $importJob): void;
}
}

View File

@@ -218,4 +218,4 @@ class ChooseAccountsHandler implements BunqJobConfigurationInterface
return $accountId;
}
}
}

View File

@@ -100,4 +100,4 @@ class NewBunqJobHandler implements BunqJobConfigurationInterface
$this->repository = app(ImportJobRepositoryInterface::class);
$this->repository->setUser($importJob->user);
}
}
}