Completed
Push — master ( f38c14...74727a )
by ARCANEDEV
8s
created
src/Helpers/SitemapStyler.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
      *
66 66
      * @param  bool  $status
67 67
      *
68
-     * @return bool
68
+     * @return SitemapStyler
69 69
      */
70 70
     public function setEnabled($status)
71 71
     {
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
     /**
123 123
      * Enable the sitemap styles.
124 124
      *
125
-     * @return bool
125
+     * @return SitemapStyler
126 126
      */
127 127
     public function enable()
128 128
     {
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
     /**
133 133
      * Disable the sitemap styles.
134 134
      *
135
-     * @return bool
135
+     * @return SitemapStyler
136 136
      */
137 137
     public function disable()
138 138
     {
Please login to merge, or discard this patch.
src/SitemapManager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -270,7 +270,7 @@  discard block
 block discarded – undo
270 270
     /**
271 271
      * Get the max size value.
272 272
      *
273
-     * @return int
273
+     * @return boolean
274 274
      */
275 275
     public function getMaxSize()
276 276
     {
@@ -592,7 +592,7 @@  discard block
 block discarded – undo
592 592
      * @param  string  $path      (path to store sitemap like '/www/site/public')
593 593
      * @param  string  $style     (path to custom xls style like '/styles/xsl/xml-sitemap.xsl')
594 594
      *
595
-     * @return bool
595
+     * @return integer
596 596
      */
597 597
     public function store($format = 'xml', $filename = 'sitemap', $path = null, $style = null)
598 598
     {
Please login to merge, or discard this patch.