refactor: add comment spaces lint rule

Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
This commit is contained in:
Saw-jan
2025-06-19 12:03:03 +05:45
parent 625dc16417
commit a565108302
11 changed files with 32 additions and 31 deletions

View File

@@ -124,7 +124,7 @@ class SetupHelper extends \PHPUnit\Framework\Assert {
$adminPassword,
);
// server_root is a SimpleXMLElement object that "wraps" a string.
/// We want the bare string.
// We want the bare string.
return (string) $sysInfo->server_root;
}