@@ -131,7 +131,6 @@ discard block |
||
| 131 | 131 | |
| 132 | 132 | /** |
| 133 | 133 | * @param string $type |
| 134 | - * @param string $state optional string |
|
| 135 | 134 | * |
| 136 | 135 | * @return string |
| 137 | 136 | */ |
@@ -175,7 +174,6 @@ discard block |
||
| 175 | 174 | * |
| 176 | 175 | * @param bool $exit indicates whether to stop the PHP script immediately or not |
| 177 | 176 | * @param string $type a type of the authentication procedure |
| 178 | - * @param string $state optional string |
|
| 179 | 177 | * @return bool|void |
| 180 | 178 | */ |
| 181 | 179 | public function authRedirect($exit = true, $type = self::CODE_AUTH_TYPE, $addtions = null) |