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

Risk score reasons #180

Merged
merged 1 commit into from
Sep 4, 2024
Merged

Risk score reasons #180

merged 1 commit into from
Sep 4, 2024

Conversation

marselester
Copy link
Contributor

No description provided.

@marselester marselester force-pushed the risk-reasons-beta branch 12 times, most recently from 54c1cef to 7556bb3 Compare August 30, 2024 18:19
Copy link
Contributor

@ugexe ugexe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some formatting / wording comments

src/MinFraud/Model/Reason.php Outdated Show resolved Hide resolved
src/MinFraud/Model/Reason.php Outdated Show resolved Hide resolved
src/MinFraud/Model/Factors.php Outdated Show resolved Hide resolved
/**
* @var string This value is a machine-readable code identifying the reason
*/
public readonly ?string $code;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't ?string suggests the description should be @var string|null? Alternatively maybe this should be string instead of ?string (which would also simplify this file by not needing the !== null checks)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, updated.

@ugexe ugexe merged commit 7f497a5 into main Sep 4, 2024
20 checks passed
@ugexe ugexe deleted the risk-reasons-beta branch September 4, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants