-
Notifications
You must be signed in to change notification settings - Fork 7
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
[PLA-2125] Fix probablities format #120
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
Enhancement, Bug fix
Description
Added
formatFtTokenIds
method to handle token ID ranges.Updated
probabilities
attribute to use formatted token IDs.Fixed minor formatting issues in comments and annotations.
Introduced
HasIntegerRanges
trait toBeam
model.Changes walkthrough 📝
BeamClaimPending.php
Fix comment formatting in BeamClaimPending
src/Events/BeamClaimPending.php
BeamExists.php
Fix annotation formatting in BeamExists rule
src/Rules/BeamExists.php
Beam.php
Enhance token ID handling in Beam model
src/Models/Laravel/Beam.php
formatFtTokenIds
method for token ID range handling.probabilities
attribute to use formatted token IDs.HasIntegerRanges
trait to the model.