Skip to content

Commit 527a94e

Browse files
author
dustinhuynh
committed
Reformating code for CI test
1 parent 42343f8 commit 527a94e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/core_userkey_manager_test.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ public function setUp(): void {
5757

5858
/**
5959
* Core validate function used for testing validate_iprestriction.
60+
* @param string $allowips Allow ips.
6061
* @param string $script Script.
6162
* @param ?string $iprestriction Ips restriction list.
6263
* @param int $keylifetime Key lifetime.
63-
* @param string $allowips Allow ips.
64-
* @throws \dml_exception
6564
* @return void
65+
* @throws \dml_exception
6666
*/
6767
private function validate_iprestriction(string $allowips = '', string $script = 'auth/userkey', ?string $iprestriction = null,
6868
int $keylifetime = 60): void {

0 commit comments

Comments
 (0)