Completed
Push — master ( b9d6aa...aec241 )
by Mikael
02:15
created
src/ThemeEngine/CThemeEngine.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
      * Set a variable which will be exposed to the template files during render.
76 76
      *
77 77
      * @param string $which variable to set value of.
78
-     * @param mixed  $value of the variable.
78
+     * @param string  $value of the variable.
79 79
      *
80 80
      * @return $this
81 81
      */
@@ -172,7 +172,6 @@  discard block
 block discarded – undo
172 172
     /**
173 173
      * Set/clear a key/value from the configuration file.
174 174
      *
175
-     * @param string $uri to add.
176 175
      *
177 176
      * @return $this
178 177
      */
Please login to merge, or discard this patch.