Completed
Push — master ( c53d1a...9172f0 )
by Nicolaas
02:02
created
code/GoogleAddressField.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -165,7 +165,6 @@  discard block
 block discarded – undo
165 165
     protected $typeToBeReturned = 'address';
166 166
 
167 167
     /**
168
-     * @param string $code - e.g. address
169 168
      */
170 169
     public function setTypeToBeReturned($ype)
171 170
     {
@@ -254,7 +253,7 @@  discard block
 block discarded – undo
254 253
         return '';
255 254
     }
256 255
     /**
257
-     * @return string
256
+     * @return HTMLText|null
258 257
      */
259 258
     public function RightTitle()
260 259
     {
Please login to merge, or discard this patch.