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

[11.x] Added *FloatQuery for High performance api handles #870

Conversation

rez1dent3
Copy link
Member

@rez1dent3 rez1dent3 commented Jan 25, 2024

#857

Added a convenient contract for package users TransferFloatQuery.

app(TransferQueryHandlerInterface::class)->apply([
	new TransferFloatQuery($from, $to, .93, null),
]);

@rez1dent3 rez1dent3 linked an issue Jan 25, 2024 that may be closed by this pull request
@rez1dent3 rez1dent3 self-assigned this Jan 25, 2024
@rez1dent3 rez1dent3 added enhancement New feature or request 11.x-dev labels Jan 25, 2024
Copy link

github-actions bot commented Jan 25, 2024

Qodana for PHP

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

Copy link

codecov bot commented Jan 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6ac98f8) 100.00% compared to head (9c6e46a) 100.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##              master      #870   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity       567       581   +14     
===========================================
  Files             86        88    +2     
  Lines           1997      2029   +32     
===========================================
+ Hits            1997      2029   +32     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Maxim Babichev <maksim.babichev95@gmail.com>
Copy link

cloudflare-pages bot commented Jan 25, 2024

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9c6e46a
Status: ✅  Deploy successful!
Preview URL: https://ca730d1a.laravel-wallet.pages.dev
Branch Preview URL: https://857-the-decimal-value-is-con.laravel-wallet.pages.dev

View logs

@rez1dent3 rez1dent3 merged commit 654784a into master Jan 25, 2024
77 checks passed
@rez1dent3 rez1dent3 deleted the 857-the-decimal-value-is-converted-to-an-integer-in-the-transfer branch January 25, 2024 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
11.x-dev enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The decimal value is converted to an integer in the transfer
1 participant