Completed
Push — master ( 676136...b5d1cf )
by Mathieu
02:39
created
src/Charcoal/Image/Effect/LayerEffectTrait.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
     /**
39 39
      * @param float $opacity The mask opacity.
40 40
      * @throws InvalidArgumentException If the mask opacity is not a numeric value or not between 0.0 and 1.0.
41
-     * @return AbstractMaskEffect Chainable
41
+     * @return LayerEffectTrait Chainable
42 42
      */
43 43
     public function setOpacity($opacity)
44 44
     {
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     /**
63 63
      * @param string $gravity The mask gravity.
64 64
      * @throws InvalidArgumentException If the argument is not a valid gravity name.
65
-     * @return AbstractMaskEffect Chainable
65
+     * @return LayerEffectTrait Chainable
66 66
      */
67 67
     public function setGravity($gravity)
68 68
     {
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
     /**
87 87
      * @param integer $x The mask X position.
88 88
      * @throws InvalidArgumentException If the position is not a numeric value.
89
-     * @return AbstractMaskEffect Chainable
89
+     * @return LayerEffectTrait Chainable
90 90
      */
91 91
     public function setX($x)
92 92
     {
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
     /**
111 111
      * @param integer $y The Y position.
112 112
      * @throws InvalidArgumentException If the position is not a numeric value.
113
-     * @return AbstractMaskEffect Chainable
113
+     * @return LayerEffectTrait Chainable
114 114
      */
115 115
     public function setY($y)
116 116
     {
Please login to merge, or discard this patch.