mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-11 16:14:32 +00:00
Docs: Remove unnecessary variables names from @return tags.
See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48100 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -21,7 +21,7 @@ class Tests_Admin_WpPrivacyRequestsTable extends WP_UnitTestCase {
|
||||
*
|
||||
* @since 5.1.0
|
||||
*
|
||||
* @return PHPUnit_Framework_MockObject_MockObject|WP_Privacy_Requests_Table $instance Mocked class instance.
|
||||
* @return PHPUnit_Framework_MockObject_MockObject|WP_Privacy_Requests_Table Mocked class instance.
|
||||
*/
|
||||
public function get_mocked_class_instance() {
|
||||
$args = array(
|
||||
@@ -91,7 +91,7 @@ class Tests_Admin_WpPrivacyRequestsTable extends WP_UnitTestCase {
|
||||
* @since 5.1.0
|
||||
*
|
||||
* @param string $request The complete SQL query.
|
||||
* @return string $request The complete SQL query.
|
||||
* @return string The complete SQL query.
|
||||
*/
|
||||
public function filter_posts_request( $request ) {
|
||||
$this->sql = $request;
|
||||
|
||||
Reference in New Issue
Block a user