Completed
Push — master ( 4b6f2c...a34ca5 )
by Simon
01:45
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 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
     }
76 76
 
77 77
     /**
78
-     * @param $file
78
+     * @param string $file
79 79
      * @param $form
80 80
      */
81 81
     protected function buildCSV($file, $form)
@@ -97,9 +97,9 @@  discard block
 block discarded – undo
97 97
 
98 98
     /**
99 99
      * @param $form
100
-     * @param $submissions
100
+     * @param PartialFormSubmission $submissions
101 101
      * @param $submitted
102
-     * @param $resource
102
+     * @param resource $resource
103 103
      */
104 104
     protected function processSubmissions($form, $submissions, $resource)
105 105
     {
@@ -127,8 +127,8 @@  discard block
 block discarded – undo
127 127
     }
128 128
 
129 129
     /**
130
-     * @param $allSubmissions
131
-     * @param $userDefinedForms
130
+     * @param DataList $allSubmissions
131
+     * @param ArrayList $userDefinedForms
132 132
      */
133 133
     protected function getParents($allSubmissions, &$userDefinedForms)
134 134
     {
Please login to merge, or discard this patch.