@@ -38,7 +38,7 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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 |
||
| 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 | { |