Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
Stijn Vannieuwenhuyse committed Jul 31, 2014
1 parent 1a5cfb3 commit 73a2fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpPdftkManipulators/PdfCombiner.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function concatenateFromFilePaths($sourceFilePaths)
exec($command, $output, $returnCode);

if($returnCode != 0) {
throw \RuntimeException("Couldn't catenate PDFs");
throw new \RuntimeException("Couldn't catenate PDFs");
}

$result = file_get_contents($outputFile);
Expand Down

0 comments on commit 73a2fb0

Please sign in to comment.