This commit is contained in:
troosan 2017-09-26 22:46:46 +02:00
parent 7e3d9fb89a
commit 6657f0eec3
2 changed files with 4 additions and 4 deletions

View File

@ -135,12 +135,12 @@ Text breaks are empty new lines. To add text breaks, use the following syntax. A
Page breaks Page breaks
~~~~~~~~~~~ ~~~~~~~~~~~
There are two ways to insert a page breaks, using the ``addPageBreak`` There are two ways to insert a page break, using the ``addPageBreak``
method or using the ``pageBreakBefore`` style of paragraph. method or using the ``pageBreakBefore`` style of paragraph.
:: code-block:: php .. code-block:: php
\\$section->addPageBreak(); $section->addPageBreak();
Lists Lists
----- -----

View File

@ -73,7 +73,7 @@ abstract class AbstractElement
/** /**
* Unique Id for element * Unique Id for element
* *
* @var int * @var string
*/ */
protected $elementId; protected $elementId;