Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Validator] Document the DivisibleBy constraint#10121

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
javiereguiluz merged 1 commit intosymfony:masterfromcolinodell:feature/multiple-of-validator
Sep 6, 2018
Merged

[Validator] Document the DivisibleBy constraint#10121

javiereguiluz merged 1 commit intosymfony:masterfromcolinodell:feature/multiple-of-validator
Sep 6, 2018

Conversation

@colinodell
Copy link
Contributor

@colinodellcolinodell commentedJul 26, 2018
edited
Loading

Documentation for the newMultipleOfDivisibleBy constraint proposed insymfony/symfony#28069

@colinodellcolinodell changed the titleDocument the MultipleOf constraint[Validator] Document the MultipleOf constraintJul 26, 2018
@javiereguiluzjaviereguiluz added the Waiting Code MergeDocs for features pending to be merged labelJul 27, 2018
@xabbuhxabbuh added this to thenext milestoneAug 4, 2018
@colinodellcolinodell changed the title[Validator] Document the MultipleOf constraint[Validator] Document the DivisibleBy constraintAug 10, 2018
@colinodell
Copy link
ContributorAuthor

The constraint has been renamed, so I've updated the documentation accordingly.

symfony-splitter pushed a commit to symfony/validator that referenced this pull requestAug 15, 2018
…ivisibility (colinodell)This PR was squashed before being merged into the 4.2-dev branch (closes #28069).Discussion----------[Validator] New `DivisibleBy` constraint for testing divisibilityThis introduces a new ~`MultipleOf`~ `DivisibleBy` constraint which checks whether one number is a multiple of (aka "divisible by") some other number.  Useful for enforcing specific increments on a number.| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | no| New feature?  | yes| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets | n/a| License       | MIT| Doc PR        |symfony/symfony-docs#10121Seesymfony/symfony-docs#10121 for examples of this constraint in action.Commits-------efcfb8b22d [Validator] New `DivisibleBy` constraint for testing divisibility
nicolas-grekas added a commit to symfony/symfony that referenced this pull requestAug 15, 2018
…ivisibility (colinodell)This PR was squashed before being merged into the 4.2-dev branch (closes#28069).Discussion----------[Validator] New `DivisibleBy` constraint for testing divisibilityThis introduces a new ~`MultipleOf`~ `DivisibleBy` constraint which checks whether one number is a multiple of (aka "divisible by") some other number.  Useful for enforcing specific increments on a number.| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | no| New feature?  | yes| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets | n/a| License       | MIT| Doc PR        |symfony/symfony-docs#10121Seesymfony/symfony-docs#10121 for examples of this constraint in action.Commits-------efcfb8b [Validator] New `DivisibleBy` constraint for testing divisibility
Copy link
Member

@javiereguiluzjaviereguiluz left a comment

Choose a reason for hiding this comment

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

@colinodell thanks a lot for providing this new constraint and for documenting it too. Sadly there are some merge conflicts. Could you please fix them? Thanks!

@javiereguiluzjaviereguiluz removed the Waiting Code MergeDocs for features pending to be merged labelSep 4, 2018
@colinodell
Copy link
ContributorAuthor

Thanks for the heads-up@javiereguiluz! Looks like theRange constraint was being added in the same spot in the docs 🙃 I have squashed my two commits together and rebased them on top ofmaster.

@javiereguiluzjaviereguiluz modified the milestones:next,4.2Sep 6, 2018
@javiereguiluz
Copy link
Member

It's merged now. Thanks Colin!

@javiereguiluzjaviereguiluz merged commit3270cca intosymfony:masterSep 6, 2018
javiereguiluz added a commit that referenced this pull requestSep 6, 2018
…ell)This PR was merged into the master branch.Discussion----------[Validator] Document the DivisibleBy constraintDocumentation for the new ~`MultipleOf`~ `DivisibleBy` constraint proposed insymfony/symfony#28069Commits-------3270cca Document the DivisibleBy constraint
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@javiereguiluzjaviereguiluzjaviereguiluz approved these changes

@OskarStarkOskarStarkOskarStark approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

4.2

Development

Successfully merging this pull request may close these issues.

5 participants

@colinodell@javiereguiluz@OskarStark@xabbuh@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp