@@ -48,7 +48,7 @@ |
||
48 | 48 | private $spoiler_text; |
49 | 49 | |
50 | 50 | /** |
51 | - * @param string[] $scopes |
|
51 | + * @param string $toot_string |
|
52 | 52 | */ |
53 | 53 | public function __construct($toot_string, array $options) |
54 | 54 | { |
@@ -29,7 +29,7 @@ |
||
29 | 29 | /** |
30 | 30 | * @param string $access_token |
31 | 31 | * @param string $token_type |
32 | - * @param string[] $scope |
|
32 | + * @param Scope $scope |
|
33 | 33 | * @param int $created_at |
34 | 34 | */ |
35 | 35 | public function __construct( |
@@ -51,7 +51,6 @@ |
||
51 | 51 | * |
52 | 52 | * @param array|\ArrayAccess $input_values |
53 | 53 | * @param array|iterable $class_map |
54 | - * @param mixed $values |
|
55 | 54 | * @return array |
56 | 55 | */ |
57 | 56 | function mapValues($input_values, $class_map) |