Completed
Push — master ( 640397...4ec2f8 )
by Mikael
02:52
created
src/TextFilter/Filter/Variable.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,6 @@
 block discarded – undo
66 66
     /**
67 67
      * Detect and extract inline variables.
68 68
      *
69
-     * @param string $text to parse.
70 69
      *
71 70
      * @return boolean|void true when block is found and parsed, else void.
72 71
      *
Please login to merge, or discard this patch.
src/TextFilter/TextFilter.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -129,7 +129,6 @@  discard block
 block discarded – undo
129 129
      * Get configuration for a certain filter.
130 130
      *
131 131
      * @param string $filter the label of the filter to get configuration for.
132
-     * @param array  $config the configuration as an array.
133 132
      *
134 133
      * @return array the configuration as an array or empty array.
135 134
      */
@@ -309,7 +308,7 @@  discard block
 block discarded – undo
309 308
      *
310 309
      * @throws Anax\TextFilter\Exception  when filter does not exists.
311 310
      *
312
-     * @return array with the formatted text and additional details.
311
+     * @return \stdClass with the formatted text and additional details.
313 312
      */
314 313
     public function parse($text, $filter)
315 314
     {
Please login to merge, or discard this patch.