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.
2 parents 71b741f + d191201 commit d9fc842Copy full SHA for d9fc842
distribution/index.md
@@ -169,7 +169,7 @@ class Book
169
private $id;
170
171
/**
172
- * @var string|null The ISBN number if this book (or null if doesn't have one).
+ * @var string|null The ISBN number of this book (or null if doesn't have one).
173
*
174
* @ORM\Column(nullable=true)
175
*/
@@ -472,7 +472,7 @@ class Book
472
473
474
475
476
477
478
* @Assert\Isbn
0 commit comments