Skip to content

Commit

Permalink
Merge branch 'master' of github.com:3ws-internet-oplossingen/pdf-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
petericebear committed Jul 15, 2019
2 parents 99f8966 + c64f0c2 commit 3c6b616
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Info.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ public function toArray()
'pageRot' => $this->pageRot,
];
}
}
}
2 changes: 1 addition & 1 deletion src/Separate.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ public function separate()
$pattern = escapeshellarg($this->pattern);
exec("$cmd $file $pattern", $output, $returnVar);
}
}
}
2 changes: 1 addition & 1 deletion src/Text.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ public function convert()

return $output;
}
}
}

0 comments on commit 3c6b616

Please sign in to comment.