Skip to content

Commit fb28147

Browse files
committed
1 parent ee67717 commit fb28147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/core/Mage/Api/Model/Server/Handler/Abstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ protected function _prepareResourceModelName($resource)
200200
* Login user and Retrieve session id
201201
*
202202
* @param string $username
203-
* @param string|null $apiKey
203+
* @param string $apiKey
204204
* @return stdClass|string|void
205205
*/
206206
public function login(#[\SensitiveParameter] $username, #[\SensitiveParameter] $apiKey = null)

0 commit comments

Comments
 (0)