We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9391616 + 2c1dafd commit 2832319Copy full SHA for 2832319
2 files changed
Classes/Invoice.php
@@ -14,7 +14,6 @@
14
use ConsoleTVs\Invoices\Traits\Setters;
15
use Illuminate\Support\Collection;
16
17
-
18
/**
19
* This is the Invoice class.
20
*
@@ -174,7 +173,7 @@ public static function make($name = 'Invoice')
174
173
* @param string $name
175
* @param int $price
176
* @param int $ammount
177
- * @param string $id
+ * @param string $id
178
179
* @return self
180
*/
Classes/PDF.php
@@ -27,7 +27,7 @@ class PDF
27
* @method generate
28
29
* @param ConsoleTVs\Invoices\Classes\Invoice $invoice
30
- * @param string $template
+ * @param string $template
31
32
* @return Dompdf\Dompdf
33
0 commit comments