Merge pull request #537 from ejuhjav/patch-1

Update elements.rst
This commit is contained in:
troosan 2017-07-11 02:20:05 +02:00 committed by GitHub
commit 7c256b5344
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ Line elements can be added to sections by using ``addLine``.
.. code-block:: php
$linestyle = array('weight' => 1, 'width' => 100, 'height' => 0, 'color' => 635552);
$lineStyle = array('weight' => 1, 'width' => 100, 'height' => 0, 'color' => 635552);
$section->addLine($lineStyle)
Available line style attributes: