Completed
Push — develop ( 70e94f...73aaa5 )
by John
03:36
created
Alpha/Model/Type/Date.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -243,7 +243,7 @@  discard block
 block discarded – undo
243 243
     /**
244 244
      * Get the year part.
245 245
      *
246
-     * @return int
246
+     * @return string
247 247
      *
248 248
      * @since 1.0
249 249
      */
@@ -255,7 +255,7 @@  discard block
 block discarded – undo
255 255
     /**
256 256
      * Get the month part.
257 257
      *
258
-     * @return int
258
+     * @return string
259 259
      *
260 260
      * @since 1.0
261 261
      */
@@ -267,7 +267,7 @@  discard block
 block discarded – undo
267 267
     /**
268 268
      * Get the day part.
269 269
      *
270
-     * @return int
270
+     * @return string
271 271
      *
272 272
      * @since 1.0
273 273
      */
Please login to merge, or discard this patch.