Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#51465 closed defect (bug) (fixed)

Add missing @return tag for wp_xmlrpc_server::_is_greater_than_one()

Reported by: ankitmaru's profile ankitmaru Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 5.6 Priority: normal
Severity: normal Version: 5.6
Component: XML-RPC Keywords: has-patch
Focuses: docs Cc:

Description

Missing @return tag in function/method PHPDoc comment

Attachments (1)

class-wp-xmlrpc-server.php.patch (448 bytes) - added by ankitmaru 5 years ago.

Download all attachments as: .zip

Change History (4)

#1 @SergeyBiryukov
5 years ago

  • Component changed from General to XML-RPC
  • Focuses docs added; coding-standards removed
  • Milestone changed from Awaiting Review to 5.6
  • Owner set to SergeyBiryukov
  • Status changed from new to reviewing
  • Summary changed from Coding Standards / Doc Comments fixes to Add missing @return tag for wp_xmlrpc_server::_is_greater_than_one()

#2 @mukesh27
5 years ago

Hi there!

Please update doc with only bool type without variable.

* @return bool

#3 @SergeyBiryukov
5 years ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

In 49098:

Docs: Add missing @return tag for wp_xmlrpc_server::_is_greater_than_one().

Props ankitmaru.
Fixes #51465.

Note: See TracTickets for help on using tickets.