Completed
Pull Request — master (#20)
by Robbie
05:35
created
src/SegmentField.php 2 patches
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
      *
76 76
      * @param array $properties
77 77
      *
78
-     * @return string
78
+     * @return \SilverStripe\ORM\FieldType\DBHTMLText
79 79
      */
80 80
     public function Field($properties = array())
81 81
     {
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
     /**
96 96
      * @inheritdoc
97 97
      *
98
-     * @param mixed $request
98
+     * @param \SilverStripe\Control\HTTPRequest $request
99 99
      *
100 100
      * @return string
101 101
      */
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
 
128 128
     /**
129 129
      * @param SegmentFieldModifier $modifier
130
-     * @param mixed $form
130
+     * @param Form $form
131 131
      * @param mixed $request
132 132
      *
133 133
      * @return $this
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace SilverStripe\Forms;
4 4
 
5
-use SilverStripe\Core\Manifest\ModuleLoader;
6 5
 use SilverStripe\Forms\TextField;
7 6
 use SilverStripe\View\Requirements;
8 7
 
Please login to merge, or discard this patch.