Skip to content

Commit aff13dc

Browse files
committed
no tabs in comments
1 parent 66d13c7 commit aff13dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/DatingVIP/API/Command.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ public function __construct($name = '', array $data = [])
4949
* Set command and optionally set data
5050
* - return if set command is valid
5151
*
52-
* @param string $name
53-
* @param array $data [= []]
54-
* @access public
55-
* @return bool
52+
* @param string $name
53+
* @param array $data [= []]
54+
* @access public
55+
* @return bool
5656
*/
5757
public function set($name, array $data = [])
5858
{

0 commit comments

Comments
 (0)