Skip to content

Commit f57b84c

Browse files
authored
[Validator] Remove extra space
1 parent d6203f8 commit f57b84c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/constraints/Isbn.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ on an object that will contain an ISBN.
4040
/**
4141
* @Assert\Isbn(
4242
* type = "isbn10",
43-
* message = "This value is not valid."
43+
* message = "This value is not valid."
4444
* )
4545
*/
4646
protected $isbn;
@@ -54,7 +54,7 @@ on an object that will contain an ISBN.
5454
isbn:
5555
- Isbn:
5656
type: isbn10
57-
message: This value is not valid.
57+
message: This value is not valid.
5858
5959
.. code-block:: xml
6060
@@ -68,7 +68,7 @@ on an object that will contain an ISBN.
6868
<property name="isbn">
6969
<constraint name="Isbn">
7070
<option name="type">isbn10</option>
71-
<option name="message">This value is not valid.</option>
71+
<option name="message">This value is not valid.</option>
7272
</constraint>
7373
</property>
7474
</class>

0 commit comments

Comments
 (0)