Completed
Push — master ( a34ca5...70c3fb )
by Simon
01:43
created
src/extensions/SiteConfigExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
     }
83 83
 
84 84
     /**
85
-     * @return DBDatetime|static
85
+     * @return \Symbiote\QueuedJobs\Services\QueuedJob
86 86
      * @throws \Exception
87 87
      */
88 88
     protected function getTomorrow()
Please login to merge, or discard this patch.
src/jobs/PartialSubmissionJob.php 2 patches
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
     }
78 78
 
79 79
     /**
80
-     * @param $file
80
+     * @param string $file
81 81
      * @param $form
82 82
      */
83 83
     protected function buildCSV($file, $form)
@@ -99,9 +99,9 @@  discard block
 block discarded – undo
99 99
 
100 100
     /**
101 101
      * @param $form
102
-     * @param $submissions
102
+     * @param PartialFormSubmission $submissions
103 103
      * @param $submitted
104
-     * @param $resource
104
+     * @param resource $resource
105 105
      */
106 106
     protected function processSubmissions($form, $submissions, $resource)
107 107
     {
@@ -124,8 +124,8 @@  discard block
 block discarded – undo
124 124
     }
125 125
 
126 126
     /**
127
-     * @param $allSubmissions
128
-     * @param $userDefinedForms
127
+     * @param DataList $allSubmissions
128
+     * @param ArrayList $userDefinedForms
129 129
      */
130 130
     protected function getParents($allSubmissions, $userDefinedForms)
131 131
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Firesphere\PartialUserforms\Models\PartialFieldSubmission;
7 7
 use Firesphere\PartialUserforms\Models\PartialFormSubmission;
8 8
 use SilverStripe\Control\Email\Email;
9
-use SilverStripe\Dev\Debug;
10 9
 use SilverStripe\ORM\ArrayList;
11 10
 use SilverStripe\ORM\DataList;
12 11
 use SilverStripe\ORM\FieldType\DBDatetime;
Please login to merge, or discard this patch.