@@ -104,7 +104,7 @@ discard block |
||
104 | 104 | * within the database |
105 | 105 | * @param string $secret (Optional) A shared secret to authenticate this tool |
106 | 106 | * consumer |
107 | - * @return void |
|
107 | + * @return boolean |
|
108 | 108 | */ |
109 | 109 | public function createConsumer($name, $key = false, $secret = false) |
110 | 110 | { |
@@ -141,7 +141,7 @@ discard block |
||
141 | 141 | * ['requestType' => 'URL of script handling this request'] |
142 | 142 | * ``` |
143 | 143 | * |
144 | - * @param string|string[] $requestType_or_list |
|
144 | + * @param string[] $requestType_or_list |
|
145 | 145 | * @param string $url Ignored if `$requestType_or_list` is an array, |
146 | 146 | * required if `$requestType_or_list` is a string |
147 | 147 | */ |