mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Add a proper description comment for the WP_Image_Editor_Imagick->$image property.
See [30180]. See #30224. git-svn-id: https://develop.svn.wordpress.org/trunk@32555 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -16,9 +16,12 @@
|
||||
*/
|
||||
class WP_Image_Editor_Imagick extends WP_Image_Editor {
|
||||
/**
|
||||
* Imagick object.
|
||||
*
|
||||
* @access protected
|
||||
* @var Imagick
|
||||
*/
|
||||
protected $image; // Imagick Object
|
||||
protected $image;
|
||||
|
||||
public function __destruct() {
|
||||
if ( $this->image instanceof Imagick ) {
|
||||
|
||||
Reference in New Issue
Block a user