8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
reference/constraints/Isbn.rst
@@ -37,7 +37,7 @@ on an object that will contain an ISBN.
37
/**
38
* @Assert\Isbn(
39
* type = "isbn10",
40
- * message = "This value is not valid."
+ * message = "This value is not valid."
41
* )
42
*/
43
protected $isbn;
@@ -51,7 +51,7 @@ on an object that will contain an ISBN.
51
isbn:
52
- Isbn:
53
type: isbn10
54
- message: This value is not valid.
+ message: This value is not valid.
55
56
.. code-block:: xml
57
@@ -65,7 +65,7 @@ on an object that will contain an ISBN.
65
<property name="isbn">
66
<constraint name="Isbn">
67
<option name="type">isbn10</option>
68
- <option name="message">This value is not valid.</option>
+ <option name="message">This value is not valid.</option>
69
</constraint>
70
</property>
71
</class>
0 commit comments