Completed
Push — master ( 7b4143...7f762c )
by Jason
10s
created
src/ShortURL.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     ];
60 60
 
61 61
     /**
62
-     * @return FieldList
62
+     * @return \FieldList
63 63
      */
64 64
     public function getCMSFields()
65 65
     {
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
     }
94 94
 
95 95
     /**
96
-     * @return ValidationResult
96
+     * @return \ValidationResult
97 97
      */
98 98
     public function validate()
99 99
     {
Please login to merge, or discard this patch.