Maj Library
This commit is contained in:
parent
0dc17aa9ef
commit
54ec6723de
72 changed files with 525 additions and 455 deletions
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
namespace OpenCloud\Common\Auth;
|
||||
|
||||
|
@ -9,5 +9,5 @@ interface IdentityService
|
|||
*
|
||||
* @return array The FIRST key is {@see Token} instance, the SECOND key is a {@see Catalog} instance
|
||||
*/
|
||||
public function authenticate(array $options);
|
||||
public function authenticate(array $options): array;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue