Passed
Branch develop (4dde40)
by Thierry
05:11
created
src/Response/Features/JsCommands.php 1 patch
Doc Comments   +3 added lines, -3 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
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
      * Merge the response commands from the specified <Response> object with
39 39
      * the response commands in this <Response> object
40 40
      *
41
-     * @param Response|array    $mCommands          The <Response> object
41
+     * @param \Jaxon\Response\Response    $mCommands          The <Response> object
42 42
      * @param boolean           $bBefore            Add the new commands to the beginning of the list
43 43
      *
44 44
      * @return void
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
      * @param string        $sMessage           The message to display to the user
72 72
      * @param callable      $xCallable          The function
73 73
      *
74
-     * @return Response
74
+     * @return JsCommands
75 75
      */
76 76
     public function confirm($sMessage, $xCallable)
77 77
     {
Please login to merge, or discard this patch.