Skip to content

Commit

Permalink
Merge pull request #2 from ConsoleTVs/analysis-q59G0W
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
ConsoleTVs authored May 30, 2017
2 parents 9391616 + 2c1dafd commit 2832319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Classes/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
use ConsoleTVs\Invoices\Traits\Setters;
use Illuminate\Support\Collection;


/**
* This is the Invoice class.
*
Expand Down Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Classes/PDF.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class PDF
* @method generate
*
* @param ConsoleTVs\Invoices\Classes\Invoice $invoice
* @param string $template
* @param string $template
*
* @return Dompdf\Dompdf
*/
Expand Down

0 comments on commit 2832319

Please sign in to comment.