Completed
Pull Request — master (#12)
by Simon
01:21
created
tests/unit/PartialFieldSubmissionTest.php 1 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\PartialFormSubmission;
7 7
 use SilverStripe\Dev\SapphireTest;
8 8
 use SilverStripe\Security\DefaultAdminService;
9
-use SilverStripe\Security\Member;
10 9
 use SilverStripe\Security\Security;
11 10
 use SilverStripe\UserForms\Model\UserDefinedForm;
12 11
 
Please login to merge, or discard this patch.
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.