Test Setup Failed
Branch feature/code_improvement (b0d56f)
by Thierry
02:54
created
src/Response/Features/JsCommands.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
      *
28 28
      * @param string        $sName              The command name
29 29
      * @param array         $aAttributes        Associative array of attributes that will describe the command
30
-     * @param mixed         $mData              The data to be associated with this command
30
+     * @param string         $mData              The data to be associated with this command
31 31
      * @param boolean       $bRemoveEmpty       If true, remove empty attributes
32 32
      *
33 33
      * @return Response
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
      * @param string        $sURL                The relative or fully qualified URL
82 82
      * @param integer        $iDelay                Number of seconds to delay before the redirect occurs
83 83
      *
84
-     * @return Response
84
+     * @return JsCommands
85 85
      */
86 86
     public function redirect($sURL, $iDelay = 0)
87 87
     {
Please login to merge, or discard this patch.