Completed
Push — master ( 271fbf...1d6cf1 )
by Daniel
02:13
created
src/Model/BlogController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
     /**
91 91
      * Get the Member associated with the current URL segment.
92 92
      *
93
-     * @return null|Member
93
+     * @return \SilverStripe\ORM\DataObject|null
94 94
      */
95 95
     public function getCurrentProfile()
96 96
     {
@@ -495,7 +495,7 @@  discard block
 block discarded – undo
495 495
     /**
496 496
      * Returns the current archive date.
497 497
      *
498
-     * @return null|DBDatetime
498
+     * @return BlogController|null
499 499
      */
500 500
     public function getArchiveDate()
501 501
     {
Please login to merge, or discard this patch.