Skip to content

Commit 2832319

Browse files
authored
Merge pull request #2 from ConsoleTVs/analysis-q59G0W
Apply fixes from StyleCI
2 parents 9391616 + 2c1dafd commit 2832319

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Classes/Invoice.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use ConsoleTVs\Invoices\Traits\Setters;
1515
use Illuminate\Support\Collection;
1616

17-
1817
/**
1918
* This is the Invoice class.
2019
*
@@ -174,7 +173,7 @@ public static function make($name = 'Invoice')
174173
* @param string $name
175174
* @param int $price
176175
* @param int $ammount
177-
* @param string $id
176+
* @param string $id
178177
*
179178
* @return self
180179
*/

Classes/PDF.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class PDF
2727
* @method generate
2828
*
2929
* @param ConsoleTVs\Invoices\Classes\Invoice $invoice
30-
* @param string $template
30+
* @param string $template
3131
*
3232
* @return Dompdf\Dompdf
3333
*/

0 commit comments

Comments
 (0)