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

Appearance settings

Commit 61f719f

Browse filesBrowse files
committed
Fix spellings
1 parent ad4434f commit 61f719f
Copy full SHA for 61f719f

File tree

4 files changed

+4
-4
lines changed
Filter options

4 files changed

+4
-4
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Attribute/HasNamedArguments.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Symfony\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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/Bic.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
use Symfony\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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/Blank.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/Callback.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\Validator\Constraint;
1515

1616
/**
17-
* Define custom validation rules through arbitrary callback methods.
17+
* Defines custom validation rules through arbitrary callback methods.
1818
1919
*
2020
* @author Bernhard Schussek <bschussek@gmail.com>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.