Completed
Pull Request — master (#12)
by Simon
01:18
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.
tests/unit/PartialUserFormVerifyControllerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use SilverStripe\Control\NullHTTPRequest;
10 10
 use SilverStripe\Control\Session;
11 11
 use SilverStripe\Dev\FunctionalTest;
12
-use SilverStripe\Dev\SapphireTest;
13 12
 
14 13
 class PartialUserFormVerifyControllerTest extends FunctionalTest
15 14
 {
Please login to merge, or discard this patch.