Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 793fe9d

Browse files
Missing opening tags added in one of the tutorials
1 parent 6b3056f commit 793fe9d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/en/tutorials/override-field-association-mappings-in-subclasses.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ which has mapping metadata that is overridden by the annotation above:
5858

5959
.. code-block:: php
6060
61+
<?php
6162
/**
6263
* Trait class
6364
*/
@@ -82,6 +83,7 @@ The case for just extending a class would be just the same but:
8283

8384
.. code-block:: php
8485
86+
<?php
8587
class ExampleEntityWithOverride extends BaseEntityWithSomeMapping
8688
{
8789
// ...

0 commit comments

Comments
 (0)