diff --git a/src/PhpWord/Shared/Html.php b/src/PhpWord/Shared/Html.php
index e19c3fb6..d448e697 100644
--- a/src/PhpWord/Shared/Html.php
+++ b/src/PhpWord/Shared/Html.php
@@ -527,11 +527,11 @@ class Html
/**
* Parse line break
- *
- * @param \PhpOffice\PhpWord\Element\AbstractContainer $element
- */
+ *
+ * @param \PhpOffice\PhpWord\Element\AbstractContainer $element
+ */
private static function parseLineBreak($element)
{
$element->addTextBreak();
}
-}
\ No newline at end of file
+}