Test Failed
Push — master ( 0ba858...da6932 )
by Francimar
05:42
created
src/Thermal/Graphics/Filter/BayerOrdered.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
      * The original image resource will not be changed, a new image resource will be created.
12 12
      *
13 13
      * @param \resource $image The source image resource
14
-     * @return \resource The black and white image resource
14
+     * @return resource The black and white image resource
15 15
      */
16 16
     public function process($image)
17 17
     {
Please login to merge, or discard this patch.
src/Thermal/Graphics/Filter/FloydSteinberg.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
      * The original image resource will not be changed, a new image resource will be created.
12 12
      *
13 13
      * @param \resource $image The source image resource
14
-     * @return \resource The black and white image resource
14
+     * @return resource The black and white image resource
15 15
      */
16 16
     public function process($image)
17 17
     {
Please login to merge, or discard this patch.