Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove calls to 'phpinvoice' class #1

Merged
merged 1 commit into from Mar 5, 2018
Merged

Remove calls to 'phpinvoice' class #1

merged 1 commit into from Mar 5, 2018

Conversation

ghost
Copy link

@ghost ghost commented Mar 2, 2018

I tried using this package (thanks!) for a quick project and found this problem. I couldn't open an issue so I'm filing a PR directly.

The InvoicePrinter class was using the original package's class name "phpinvoice", which threw an error because that class can not be found.

This PR fixes that using 'self' instead. The examples have been updated accordingly as well.

@fulopattila122 fulopattila122 merged commit cbaec69 into artkonekt:master Mar 5, 2018
@fulopattila122
Copy link

Thanks!

georgeconstantinou added a commit to georgeconstantinou/pdf-invoice that referenced this pull request Mar 23, 2022
This PR fixes the following PHP 8.1 deprecation error:
```
ERROR: mb_strtoupper(): Passing null to parameter artkonekt#1 ($string) of type string is deprecated
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants