Completed
Push — master ( 595398...2d23b0 )
by Matthias
07:08
created
src/Zepi/Turbo/Module/ModuleAbstract.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
      * 
93 93
      * @access public
94 94
      * @param string $className
95
-     * @return mixed
95
+     * @return boolean
96 96
      */
97 97
     public function getInstance($className)
98 98
     {
Please login to merge, or discard this patch.
src/Zepi/Turbo/Response/Response.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
      * 
116 116
      * @access public
117 117
      * @param string $key
118
-     * @param mixed $value
118
+     * @param string $value
119 119
      */
120 120
     public function setData($key, $value)
121 121
     {
Please login to merge, or discard this patch.