Skip to content

Commit

Permalink
Fixed some styling
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianKresse committed Nov 13, 2017
1 parent 3ded730 commit 0393b58
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/PdfParser/Filter/Ascii85Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

namespace setasign\Fpdi\PdfParser\Filter;

use setasign\Fpdi\PdfParser\PdfParserException;

/**
* Exception for Ascii85 filter class
*
Expand Down
2 changes: 0 additions & 2 deletions src/PdfParser/Filter/LzwException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

namespace setasign\Fpdi\PdfParser\Filter;

use setasign\Fpdi\PdfParser\PdfParserException;

/**
* Exception for LZW filter class
*
Expand Down
2 changes: 1 addition & 1 deletion src/PdfParser/Type/PdfTypeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ class PdfTypeException extends PdfParserException
* @var int
*/
const NO_NEWLINE_AFTER_STREAM_KEYWORD = 0x0601;
}
}
2 changes: 1 addition & 1 deletion src/TcpdfFpdi.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function useImportedPage($pageId, $x = 0, $y = 0, $width = null, $height
*/
public function getTemplateSize($tpl, $width = null, $height = null)
{
return $this->getImportedPageSize($tpl, $width, $height);
return $this->getImportedPageSize($tpl, $width, $height);
}

/**
Expand Down

0 comments on commit 0393b58

Please sign in to comment.