Completed
Push — dev-master ( 6800b7...f464d3 )
by Derek Stephen
02:16
created
src/Mvc/Controller.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -208,7 +208,7 @@
 block discarded – undo
208 208
     /**
209 209
      *  Only used if Layout & View disabled
210 210
      *
211
-     * @param $body
211
+     * @param string $body
212 212
      */
213 213
     public function setBody($body)
214 214
     {
Please login to merge, or discard this patch.
src/Filter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 {
10 10
     /**
11 11
      * @param string $string
12
-     * @param string $filter_type
12
+     * @param string $filterType
13 13
      * @return string
14 14
      * @throws FilterException
15 15
      */
Please login to merge, or discard this patch.