Skip to content

Commit

Permalink
Missing opening tags added in one of the tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
cezarykluczynski committed Jul 1, 2015
1 parent 6b3056f commit 793fe9d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ which has mapping metadata that is overridden by the annotation above:

.. code-block:: php
<?php
/**
* Trait class
*/
Expand All @@ -82,6 +83,7 @@ The case for just extending a class would be just the same but:

.. code-block:: php
<?php
class ExampleEntityWithOverride extends BaseEntityWithSomeMapping
{
// ...
Expand Down

0 comments on commit 793fe9d

Please sign in to comment.