1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Merge pull request #1444 from cezarykluczynski/tutorial-opening-tags-fix

Missing opening tags added in one of the tutorials
This commit is contained in:
Marco Pivetta 2015-09-04 08:24:29 +01:00
commit 41ee7e0f1a

View File

@ -58,6 +58,7 @@ which has mapping metadata that is overridden by the annotation above:
.. code-block:: php
<?php
/**
* Trait class
*/
@ -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
{
// ...