Code cleanup before release.

This commit is contained in:
James Cole
2018-03-29 19:01:47 +02:00
parent 40266c6821
commit 170d23d768
76 changed files with 181 additions and 171 deletions

View File

@@ -210,6 +210,8 @@ class ImportJobRepository implements ImportJobRepositoryInterface
* @param UploadedFile $file
*
* @return bool
* @throws \RuntimeException
* @throws \LogicException
*/
public function processConfiguration(ImportJob $job, UploadedFile $file): bool
{
@@ -247,6 +249,9 @@ class ImportJobRepository implements ImportJobRepositoryInterface
*
* @return bool
*
* @throws \RuntimeException
* @throws \LogicException
* @throws \Illuminate\Contracts\Encryption\EncryptException
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function processFile(ImportJob $job, ?UploadedFile $file): bool