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

Named parameter in PHP 8 #2093

Merged
merged 1 commit into from
Jun 8, 2021
Merged

Conversation

stoneshaq
Copy link
Contributor

Named parameters were introduced in PHP 8. Parameters without default values must now appear PRIOR to optional parameters. When you use akaunting in PHP 8, it throws an error when you need to view invoices.

Named parameters were introduced in PHP 8. Parameters without default values must now appear PRIOR to optional parameters.
@cuneytsenturk cuneytsenturk added this to the 2.1.16 milestone Jun 8, 2021
@cuneytsenturk
Copy link
Member

Thanks your PR @stoneshaq

@cuneytsenturk cuneytsenturk merged commit 5ddfe31 into akaunting:master Jun 8, 2021
@stoneshaq stoneshaq deleted the patch-1 branch June 9, 2021 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants