Skip to content

Commit 07cc24e

Browse files
committed
minor #14539 [Validator] Remove extra space in the message (wkania)
This PR was submitted for the 3.4 branch but it was merged into the 4.4 branch instead. Discussion ---------- [Validator] Remove extra space in the message Commits ------- a08f095 [Validator] Remove extra space
2 parents 0958209 + a08f095 commit 07cc24e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/constraints/Isbn.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ on an object that will contain an ISBN.
3737
/**
3838
* @Assert\Isbn(
3939
* type = "isbn10",
40-
* message = "This value is not valid."
40+
* message = "This value is not valid."
4141
* )
4242
*/
4343
protected $isbn;
@@ -51,7 +51,7 @@ on an object that will contain an ISBN.
5151
isbn:
5252
- Isbn:
5353
type: isbn10
54-
message: This value is not valid.
54+
message: This value is not valid.
5555
5656
.. code-block:: xml
5757
@@ -65,7 +65,7 @@ on an object that will contain an ISBN.
6565
<property name="isbn">
6666
<constraint name="Isbn">
6767
<option name="type">isbn10</option>
68-
<option name="message">This value is not valid.</option>
68+
<option name="message">This value is not valid.</option>
6969
</constraint>
7070
</property>
7171
</class>

0 commit comments

Comments
 (0)