Completed
Pull Request — master (#47)
by
unknown
02:23
created
src/FilterResource.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.