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

@@ -87,7 +87,7 @@ class WebDavLockingContext implements Context {
foreach ($propertiesRows as $property => $value) {
if ($property === "timeout") {
//properties that are set in the header not in the xml
// properties that are set in the header not in the xml
$headers[$property] = $value;
} else {
$body .= "<d:$property><d:$value/></d:$property>";