Skip to content

Commit fd70a43

Browse files
adhocoreStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 9565097 commit fd70a43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Exporter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
class Exporter extends Pretty
1717
{
18-
/** @var integer Font size */
18+
/** @var int Font size */
1919
protected $size = 16;
2020

2121
/** @var string Font path */
@@ -68,7 +68,7 @@ protected function visit(\DOMElement $el)
6868
$text = \str_replace(['&nbsp;', '&lt;', '&gt;'], [' ', '<', '>'], $el->textContent);
6969

7070
foreach (\explode("\n", \rtrim($text, "\r\n")) as $line) {
71-
++$lineNo;
71+
$lineNo++;
7272

7373
$xlen = static::$lengths[$lineNo] ?? 0;
7474
$xpos = 12 + $xlen;

0 commit comments

Comments
 (0)