1
0
mirror of synced 2025-02-09 08:49:26 +03:00

Missing opening tags added in one of the tutorials

This commit is contained in:
Cezary Kluczyński 2015-07-01 19:49:11 +02:00
parent 6b3056ff8c
commit 793fe9d2d1

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
{
// ...