Skip to content

Commit d6b65fc

Browse files
scrutinizer-auto-fixerRefactor Studio
authored and
Refactor Studio
committed
Scrutinizer Auto-Fixes (#11)
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
1 parent 019f415 commit d6b65fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/DomDocumentBuilder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ protected function createValidTagNameFromNumericValue($name)
245245
}
246246

247247
if ($this->getNumericTagSuffix() !== null) {
248-
$name = $name . (string)$this->getNumericTagSuffix() . $key;
248+
$name = $name.(string) $this->getNumericTagSuffix().$key;
249249
}
250250
return $name;
251251
}

0 commit comments

Comments
 (0)