Completed
Push — master ( 38a590...33903f )
by Shcherbak
06:56
created
src/Fiv/Form/Filter/RegexReplace.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
 
24 24
 
25 25
     /**
26
-     * @param        $from
26
+     * @param        string $from
27 27
      * @param string $to
28 28
      * @return \Fiv\Form\Filter\RegexReplace
29 29
      */
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
 
37 37
     /**
38 38
      * @param string $value
39
-     * @return mixed|string
39
+     * @return string
40 40
      */
41 41
     public function apply($value) {
42 42
       return preg_replace($this->from, $this->to, $value);
Please login to merge, or discard this patch.