Docs: Fix the types for some properties and parameters that use the generic object type.

See #50768


git-svn-id: https://develop.svn.wordpress.org/trunk@49119 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2020-10-10 19:12:04 +00:00
parent 4f3c9c1f30
commit 6917c731f8
5 changed files with 7 additions and 7 deletions
@@ -43,7 +43,7 @@ class WP_List_Table {
* The current screen.
*
* @since 3.1.0
* @var object
* @var WP_Screen
*/
protected $screen;
@@ -1092,7 +1092,7 @@ class WP_List_Table {
* Filters the list table sortable columns for a specific screen.
*
* The dynamic portion of the hook name, `$this->screen->id`, refers
* to the ID of the current screen, usually a string.
* to the ID of the current screen.
*
* @since 3.1.0
*