Add newlines [skip ci]

This commit is contained in:
James Cole
2017-07-07 08:09:42 +02:00
parent dd508dbc49
commit 71a41bc00d
58 changed files with 94 additions and 96 deletions

View File

@@ -44,15 +44,6 @@ class ImportRoutine
$this->errors = new Collection;
}
/**
* @param ImportJob $job
*/
public function setJob(ImportJob $job)
{
$this->job = $job;
}
/**
*
*/
@@ -90,6 +81,14 @@ class ImportRoutine
return true;
}
/**
* @param ImportJob $job
*/
public function setJob(ImportJob $job)
{
$this->job = $job;
}
/**
* @return Collection
*/
@@ -164,4 +163,4 @@ class ImportRoutine
return $storage;
}
}
}