Completed
Push — master ( b444db...de0e8e )
by Robbie
11s
created
src/Model/BlogController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
     /**
84 84
      * Get the Member associated with the current URL segment.
85 85
      *
86
-     * @return null|Member
86
+     * @return \SilverStripe\ORM\DataObject|null
87 87
      */
88 88
     public function getCurrentProfile()
89 89
     {
@@ -445,7 +445,7 @@  discard block
 block discarded – undo
445 445
     /**
446 446
      * Returns the current archive date.
447 447
      *
448
-     * @return null|Date
448
+     * @return BlogController|null
449 449
      */
450 450
     public function getArchiveDate()
451 451
     {
Please login to merge, or discard this patch.