]> BookStack Code Mirror - bookstack/blobdiff - app/Image.php
Spanish translation
[bookstack] / app / Image.php
index ad23a077adc5ba12cb652ad55043fa3289101f4d..acc82df90a1ec7fcb572dcf3c636499c9ba5b94e 100644 (file)
@@ -9,10 +9,11 @@ class Image extends Ownable
 
     /**
      * Get a thumbnail for this image.
-     * @param  int       $width
-     * @param  int       $height
+     * @param  int $width
+     * @param  int $height
      * @param bool|false $keepRatio
      * @return string
+     * @throws \Exception
      */
     public function getThumb($width, $height, $keepRatio = false)
     {