We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d13c7 commit aff13dcCopy full SHA for aff13dc
src/DatingVIP/API/Command.php
@@ -49,10 +49,10 @@ public function __construct($name = '', array $data = [])
49
* Set command and optionally set data
50
* - return if set command is valid
51
*
52
- * @param string $name
53
- * @param array $data [= []]
54
- * @access public
55
- * @return bool
+ * @param string $name
+ * @param array $data [= []]
+ * @access public
+ * @return bool
56
*/
57
public function set($name, array $data = [])
58
{
0 commit comments