Completed
Pull Request — master (#12)
by Simon
09:20
created
src/models/PartialFormSubmission.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -193,7 +193,7 @@
 block discarded – undo
193 193
     /**
194 194
      * Get the unique token for the share link
195 195
      *
196
-     * @return bool|string|null
196
+     * @return boolean|string
197 197
      * @throws Exception
198 198
      */
199 199
     protected function getPartialToken()
Please login to merge, or discard this patch.
src/controllers/PartialUserFormController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
      * A little abstraction to be more readable
97 97
      *
98 98
      * @param HTTPRequest $request
99
-     * @return PartialFormSubmission|void
99
+     * @return DBHTMLText
100 100
      * @throws HTTPResponse_Exception
101 101
      */
102 102
     public function setData($request)
Please login to merge, or discard this patch.