Test Failed
Push — master ( e7d059...ce58fd )
by Matthias
02:39
created
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.
src/Zepi/Turbo/Framework.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -376,7 +376,7 @@
 block discarded – undo
376 376
      * 
377 377
      * @access public
378 378
      * @param string $className
379
-     * @return mixed
379
+     * @return Backend\ObjectBackendAbstract
380 380
      * 
381 381
      * @throws \Zepi\Turbo\Exception Cannot find the module for the given class name.
382 382
      * @throws \Zepi\Turbo\Exception Instance isn't an object!
Please login to merge, or discard this patch.