Skip to content

Commit

Permalink
#11743: [GitHub] AbstractPdf - ZendException font is not set
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii-balko committed Dec 14, 2017
1 parent 5f4363b commit 9ce4730
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function testDrawLineBlocks()

/** Generate multiline block, that cover more than one page */
$lines = [];
for($lineNumber = 1; $lineNumber <= 100; $lineNumber++) {
for ($lineNumber = 1; $lineNumber <= 100; $lineNumber++) {
$lines[] = [[
'feed' => 0,
'font_size' => 10,
Expand Down

0 comments on commit 9ce4730

Please sign in to comment.