@@ -39,7 +39,6 @@ |
||
| 39 | 39 | /** |
| 40 | 40 | * Set options |
| 41 | 41 | * |
| 42 | - * @param Iterable $options |
|
| 43 | 42 | * @return AdapterInterface |
| 44 | 43 | */ |
| 45 | 44 | public function setOptions(?Iterable $config=null) |
@@ -129,7 +129,7 @@ |
||
| 129 | 129 | * Forward calls |
| 130 | 130 | * |
| 131 | 131 | * @param array $method |
| 132 | - * @param array $argumnets |
|
| 132 | + * @param array $arguments |
|
| 133 | 133 | * @return mixed |
| 134 | 134 | */ |
| 135 | 135 | public function __call(string $method, array $arguments=[]) |
@@ -67,7 +67,7 @@ |
||
| 67 | 67 | * Instance route |
| 68 | 68 | * |
| 69 | 69 | * @param string $path |
| 70 | - * @param string|object $class |
|
| 70 | + * @param string $class |
|
| 71 | 71 | * @param string $method |
| 72 | 72 | * @param array $params |
| 73 | 73 | * @return void |
@@ -76,7 +76,7 @@ discard block |
||
| 76 | 76 | * Set options |
| 77 | 77 | * |
| 78 | 78 | * @param Iterable $config |
| 79 | - * @return Log |
|
| 79 | + * @return Auth |
|
| 80 | 80 | */ |
| 81 | 81 | public function setOptions(?Iterable $config=null): Auth |
| 82 | 82 | { |
@@ -210,7 +210,6 @@ discard block |
||
| 210 | 210 | /** |
| 211 | 211 | * Authenticate |
| 212 | 212 | * |
| 213 | - * @param Iterable $adapters |
|
| 214 | 213 | * @return bool |
| 215 | 214 | */ |
| 216 | 215 | public function requireOne(): bool |
@@ -252,7 +251,7 @@ discard block |
||
| 252 | 251 | /** |
| 253 | 252 | * Get identity |
| 254 | 253 | * |
| 255 | - * @return identity |
|
| 254 | + * @return Identity |
|
| 256 | 255 | */ |
| 257 | 256 | public function getIdentity(): Identity |
| 258 | 257 | { |
@@ -36,7 +36,7 @@ |
||
| 36 | 36 | * Set options |
| 37 | 37 | * |
| 38 | 38 | * @param Iterable $config |
| 39 | - * @return LdapServer |
|
| 39 | + * @return LdapPreauth |
|
| 40 | 40 | */ |
| 41 | 41 | public function setOptions(?Iterable $config=null): LdapServer |
| 42 | 42 | { |