Completed
Push — master ( 45ce4c...e1a0ea )
by Marc
02:31
created
src/Filter/RescaleOpFilter.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,6 @@
 block discarded – undo
96 96
      *
97 97
      * For each pixel do: pixelVector = pixelVector * scaleFactors + offsets
98 98
      *
99
-     * @param  resource $img
100 99
      * @return resource
101 100
      */
102 101
     public function render(Image $srcImg)
Please login to merge, or discard this patch.
src/Image.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -119,6 +119,9 @@
 block discarded – undo
119 119
         return $this;
120 120
     }
121 121
 
122
+    /**
123
+     * @param string $imageData
124
+     */
122 125
     public function createFromString($imageData)
123 126
     {
124 127
         $this->mimeType = $this->getMimeTypeFromBinary($imageData);
Please login to merge, or discard this patch.