Completed
Push — master ( facac0...cd0702 )
by Damian
04:05 queued 02:20
created
code/tasks/ContentReviewEmails.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
 
58 58
     /**
59 59
      * @param int           $ownerID
60
-     * @param array|SS_List $pages
60
+     * @param SS_List $pages
61 61
      */
62 62
     protected function notifyOwner($ownerID, SS_List $pages)
63 63
     {
Please login to merge, or discard this patch.
tests/ContentReviewSettingsTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -273,7 +273,7 @@
 block discarded – undo
273 273
      * @param int                         $days
274 274
      * @param string                      $format
275 275
      *
276
-     * @return bool|string
276
+     * @return string
277 277
      */
278 278
     private function addDaysToDate($date, $days, $format = "Y-m-d")
279 279
     {
Please login to merge, or discard this patch.