Issue #2222911 by Sutharsan: Wrong return type in ImageInterface::getTookit docblock.
parent
8eca2cdd64
commit
b7de42916f
|
@ -119,7 +119,7 @@ interface ImageInterface {
|
|||
/**
|
||||
* Returns the image toolkit used for this image file.
|
||||
*
|
||||
* @return string
|
||||
* @return \Drupal\Core\ImageToolkit\ImageToolkitInterface
|
||||
* The image toolkit.
|
||||
*/
|
||||
public function getToolkit();
|
||||
|
|
Loading…
Reference in New Issue