Correct docblock

This commit is contained in:
Mike Jolley 2019-02-21 17:15:37 +00:00
parent d7c2aaaadb
commit a4ac312854
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ class WC_Regenerate_Images {
/**
* Ensure we are dealing with the correct image attachment
*
* @param WP_Post $attachment Attachment object.
* @param int|WP_Post $attachment Attachment object or ID.
* @return boolean
*/
public static function is_regeneratable( $attachment ) {