wceu / camptix-invoices

A WordPress plugin that generates invoices for tickets purchased through Camptix
4 stars 0 forks source link

[Suggestion] Consider running phpcs on invoicePDF.php #26

Closed vedanshujain closed 5 years ago

vedanshujain commented 5 years ago

Not a big deal, but this specifically seems to have a lot of code standard violations. It could be because of the nature of the code in that file, but running PHP code standard check and fixing atleast the low hanging fruits should be worth it :) .

iandunn commented 5 years ago

This looks like a duplicate of #5 ?

iceablemedia commented 5 years ago

20 should also make this irrelevant. This file generates invoices with the fpdf library, so it will go away and be replaced as we switch to another pdf library.

avillegasn commented 5 years ago

383160487434fdeda17f461230a8f66b9dbe6a0a removes all fpdf files.