From 2c1dafd91af5ebc60f957a7b04a4660995b6ca9d Mon Sep 17 00:00:00 2001 From: Erik Campobadal Date: Tue, 30 May 2017 20:34:49 +0000 Subject: [PATCH] Apply fixes from StyleCI --- Classes/Invoice.php | 3 +-- Classes/PDF.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Classes/Invoice.php b/Classes/Invoice.php index 945b4b3..6553c12 100644 --- a/Classes/Invoice.php +++ b/Classes/Invoice.php @@ -14,7 +14,6 @@ use ConsoleTVs\Invoices\Traits\Setters; use Illuminate\Support\Collection; - /** * This is the Invoice class. * @@ -174,7 +173,7 @@ public static function make($name = 'Invoice') * @param string $name * @param int $price * @param int $ammount - * @param string $id + * @param string $id * * @return self */ diff --git a/Classes/PDF.php b/Classes/PDF.php index 8c35b0a..cafad89 100644 --- a/Classes/PDF.php +++ b/Classes/PDF.php @@ -27,7 +27,7 @@ class PDF * @method generate * * @param ConsoleTVs\Invoices\Classes\Invoice $invoice - * @param string $template + * @param string $template * * @return Dompdf\Dompdf */