Completed
Branch master (e67e76)
by Werner
03:37
created
code/extensions/HeaderGalleryExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
 
95 95
     /**
96 96
      * Helper to get the default header pics from e.g. SiteConfig
97
-     * @return DataList|null|SS_Limitable
97
+     * @return DataList|null
98 98
      */
99 99
     public function getDefaultHeaderPics()
100 100
     {
Please login to merge, or discard this patch.
code/model/HeaderGalleryImage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
 
88 88
     /**
89 89
      * replaces "(c)" with html copyright sign
90
-     * @return mixed
90
+     * @return string
91 91
      */
92 92
     public function getCopy()
93 93
     {
Please login to merge, or discard this patch.