Skip to content

Commit 6221951

Browse files
committed
fixup: missed from my local changes
Signed-off-by: Josh <[email protected]>
1 parent f4d7620 commit 6221951

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/private/SetupCheck/SetupCheckManager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ public function __construct(
2323
) {
2424
}
2525

26-
public function runClass(): array {
26+
public function runClass(string $limitClass): array {
2727
if (str_starts_with($limitClass, '\\')) {
2828
$limitClass = substr($limitClass, 1);
2929
}
3030
return $this->run($limitClass);
3131
}
3232

33-
public function runCategory(): array {
33+
public function runCategory(string $limitCategory): array {
3434
return $this->run($limitCategory);
3535
}
3636

0 commit comments

Comments
 (0)