Passed
Branch NF-watermark (3592d3)
by compolom
02:27 queued 31s
created
src/AbstractImage.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -92,6 +92,9 @@
 block discarded – undo
92 92
         $this->image = $image;
93 93
     }
94 94
 
95
+    /**
96
+     * @return resource
97
+     */
95 98
     public function getImage()
96 99
     {
97 100
         return $this->image;
Please login to merge, or discard this patch.