Completed
Push — fix/docblocks-statsphp ( e67eee )
by
unknown
122:36 queued 114:03
created
modules/stats.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -249,7 +249,7 @@  discard block
 block discarded – undo
249 249
  * Get Stats Options.
250 250
  *
251 251
  * @access public
252
- * @param mixed $option Option.
252
+ * @param string $option Option.
253 253
  * @return mixed|null.
254 254
  */
255 255
 function stats_get_option( $option ) {
@@ -653,7 +653,7 @@  discard block
 block discarded – undo
653 653
  * Stats Convert Chart URLs.
654 654
  *
655 655
  * @access public
656
- * @param mixed $html HTML.
656
+ * @param string $html HTML.
657 657
  * @return string
658 658
  */
659 659
 function stats_convert_chart_urls( $html ) {
@@ -911,7 +911,7 @@  discard block
 block discarded – undo
911 911
  * Stats Get Blog.
912 912
  *
913 913
  * @access public
914
- * @return void
914
+ * @return string
915 915
  */
916 916
 function stats_get_blog() {
917 917
 	$home = parse_url( trailingslashit( get_option( 'home' ) ) );
Please login to merge, or discard this patch.