Issue #2222911 by Sutharsan: Wrong return type in ImageInterface::getTookit docblock.

8.0.x
webchick 2014-03-25 13:27:58 -07:00
parent 8eca2cdd64
commit b7de42916f
1 changed files with 1 additions and 1 deletions

View File

@ -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();