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

Commitaaaef8c

Browse files
committed
Fix spellings
1 parentad4434f commitaaaef8c

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

‎src/Symfony/Component/Validator/Attribute/HasNamedArguments.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespaceSymfony\Component\Validator\Attribute;
1313

1414
/**
15-
*Hint the loader that some constraint options are required.
15+
*Hints the loader that some constraint options are required.
1616
*
1717
* @see https://symfony.com/doc/current/validation/custom_constraint.html
1818
*/

‎src/Symfony/Component/Validator/Constraints/Bic.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
useSymfony\Component\Validator\Exception\LogicException;
1919

2020
/**
21-
*Ensure that the value is valid against the BIC format.
21+
*Ensures that the value is valid against the BIC format.
2222
*
2323
* @see https://en.wikipedia.org/wiki/ISO_9362
2424
*

‎src/Symfony/Component/Validator/Constraints/Blank.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
useSymfony\Component\Validator\Constraint;
1515

1616
/**
17-
*Validate that a value is blank, i.e. an empty string or null.
17+
*Validates that a value is blank, i.e. an empty string or null.
1818
*
1919
* @author Bernhard Schussek <bschussek@gmail.com>
2020
*/

‎src/Symfony/Component/Validator/Constraints/Callback.php‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
useSymfony\Component\Validator\Constraint;
1515

1616
/**
17-
* Define custom validation rules through arbitrary callback methods.
18-
17+
* Defines custom validation rules through arbitrary callback methods.
1918
*
2019
* @author Bernhard Schussek <bschussek@gmail.com>
2120
*/

‎src/Symfony/Component/Validator/Constraints/Choice.php‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
/**
1717
* Validates that a value is one of a given set of valid choices.
18-
1918
*
2019
* @author Bernhard Schussek <bschussek@gmail.com>
2120
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp