Skip to content

Commit cb29085

Browse files
committed
Merge pull request #990 from igorw/blob-bundle
BlobBundle and EventBundle should be BlogBundle
2 parents 805df99 + a9ffe8e commit cb29085

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/constraints/DateTime.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Basic Usage
2222

2323
.. code-block:: yaml
2424
25-
# src/Acme/EventBundle/Resources/config/validation.yml
26-
Acme\BlobBundle\Entity\Author:
25+
# src/Acme/BlogBundle/Resources/config/validation.yml
26+
Acme\BlogBundle\Entity\Author:
2727
properties:
2828
createdAt:
2929
- DateTime: ~
@@ -32,7 +32,7 @@ Basic Usage
3232
3333
// src/Acme/BlogBundle/Entity/Author.php
3434
namespace Acme\BlogBundle\Entity;
35-
35+
3636
use Symfony\Component\Validator\Constraints as Assert;
3737
3838
class Author

0 commit comments

Comments
 (0)