Passed
Push — master ( 16e45e...da025c )
by Oleg
03:31
created
mvc/controllers/Controller.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
      * @param array $filters defined filters
73 73
      * @param string $data data to parse
74 74
      *
75
-     * @return mixed
75
+     * @return null|string
76 76
      * @throws Exception
77 77
      */
78 78
     public function applyFilters($action, $isPre = true, array $filters = [], $data = null)
Please login to merge, or discard this patch.