@@ -25,6 +25,10 @@ |
||
| 25 | 25 | |
| 26 | 26 | class YubiKey |
| 27 | 27 | { |
| 28 | + /** |
|
| 29 | + * @param string $yubiKeyOtp |
|
| 30 | + * @param string $yubiKeyId |
|
| 31 | + */ |
|
| 28 | 32 | public function verify($userId, $yubiKeyOtp, $yubiKeyId = null) |
| 29 | 33 | { |
| 30 | 34 | try { |
@@ -149,6 +149,9 @@ |
||
| 149 | 149 | return 0 !== $clientsKilled; |
| 150 | 150 | } |
| 151 | 151 | |
| 152 | + /** |
|
| 153 | + * @param integer $processNumber |
|
| 154 | + */ |
|
| 152 | 155 | private function toPort($instanceNumber, $profileNumber, $processNumber) |
| 153 | 156 | { |
| 154 | 157 | // convert an instanceNumber, $profileNumber and $processNumber to a management port |