Skip to content

Commit fbfde2e

Browse files
author
Roman Syroeshko
committed
#441 (added @SInCE annotation).
1 parent 56cd784 commit fbfde2e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/PhpWord/Writer/HTML/Element/PageBreak.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ class PageBreak extends TextBreak
2727
/**
2828
* Write page break
2929
*
30+
* @since 0.12.0
31+
*
3032
* @return string
3133
*/
3234
public function write()
@@ -36,6 +38,7 @@ public function write()
3638
if ($parentWriter->isPdf()) {
3739
return '<pagebreak style="page-break-before: always;" pagebreak="true"></pagebreak>';
3840
}
41+
3942
return "";
4043
}
4144
}

0 commit comments

Comments
 (0)