@@ -48,7 +48,7 @@ discard block |
||
| 48 | 48 | * Results rule that returns the value appended with a given value |
| 49 | 49 | * |
| 50 | 50 | * @param string $append |
| 51 | - * @return Chain |
|
| 51 | + * @return FilterResource |
|
| 52 | 52 | */ |
| 53 | 53 | public function append($append) |
| 54 | 54 | { |
@@ -178,7 +178,7 @@ discard block |
||
| 178 | 178 | * Results rule that returns the value prepended with a given value |
| 179 | 179 | * |
| 180 | 180 | * @param string $prepend |
| 181 | - * @return Chain |
|
| 181 | + * @return FilterResource |
|
| 182 | 182 | */ |
| 183 | 183 | public function prepend($prepend) |
| 184 | 184 | { |