Completed
Push — master ( ea8464...30c3c3 )
by WEBEWEB
01:20
created
Model/Image.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
     /**
58 58
      * Get the dimensions.
59 59
      *
60
-     * @return int[] Returns the dimensions.
60
+     * @return integer[] Returns the dimensions.
61 61
      */
62 62
     public function getDimensions() {
63 63
         return [$this->getWidth(), $this->getHeight()];
Please login to merge, or discard this patch.