We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fmt
hi,
fmt on
new CallbackTransformer(static fn (DirectBillWriteOffProjectBillCredit $data): array => [$data->getJournal(), $data->getOffset()]),
is producing the invalid:
new CallbackTransformer(, static fn(DirectBillWriteOffProjectBillCredit $data): array => [ $data->getJournal(), $data->getOffset(), ]),
The text was updated successfully, but these errors were encountered:
Thank you for the report! I actually knew this bug existed, i just could not reproduce it before :D
Sorry, something went wrong.
fixed.
azjezz
No branches or pull requests
hi,
fmt
onis producing the invalid:
The text was updated successfully, but these errors were encountered: