From cb675911aa8bc39803b039c2a564b17c7f228dcf Mon Sep 17 00:00:00 2001 From: Peter Steenbergen Date: Mon, 15 Jul 2019 09:15:21 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Info.php | 2 +- src/Separate.php | 2 +- src/Text.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Info.php b/src/Info.php index 2bf4309..773df18 100644 --- a/src/Info.php +++ b/src/Info.php @@ -116,4 +116,4 @@ public function toArray() 'pageRot' => $this->pageRot, ]; } -} \ No newline at end of file +} diff --git a/src/Separate.php b/src/Separate.php index c71729e..ae1dc4a 100644 --- a/src/Separate.php +++ b/src/Separate.php @@ -20,4 +20,4 @@ public function separate() $pattern = escapeshellarg($this->pattern); exec("$cmd $file $pattern", $output, $returnVar); } -} \ No newline at end of file +} diff --git a/src/Text.php b/src/Text.php index 3ed8071..88148c4 100644 --- a/src/Text.php +++ b/src/Text.php @@ -44,4 +44,4 @@ public function convert() return $output; } -} \ No newline at end of file +}