Skip to content

Commit

Permalink
Make Scrutinizer happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Erkelens committed May 10, 2018
1 parent bc9e29b commit a117bb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/jobs/PartialSubmissionJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ protected function getParents()
/**
* @param string $file
* @param UserDefinedForm $form
* @throws \SilverStripe\ORM\ValidationException
*/
protected function buildCSV($file, $form)
{
Expand All @@ -168,8 +169,9 @@ protected function buildCSV($file, $form)

/**
* @param UserDefinedForm $form
* @param PartialFormSubmission $submissions
* @param DataList|PartialFormSubmission[] $submissions
* @param resource $resource
* @throws \SilverStripe\ORM\ValidationException
*/
protected function processSubmissions($form, $submissions, $resource)
{
Expand Down

0 comments on commit a117bb1

Please sign in to comment.