1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Removed unnecessary <?php from the docs

This commit is contained in:
Alex Carol 2013-03-03 23:14:58 +01:00
parent b30d6dfd8e
commit e809f9c266

View File

@ -564,7 +564,6 @@ Let's now see an implicit declaration of the property / column.
<?php
namespace MyProject\Model;
<?php
/**
* @NamedNativeQueries({
* @NamedNativeQuery(
@ -648,7 +647,6 @@ followed by a dot ("."), followed by the name or the field or property of the pr
<?php
namespace MyProject\Model;
<?php
/**
* @NamedNativeQueries({
* @NamedNativeQuery(
@ -766,7 +764,6 @@ you can use the resultClass attribute instead of resultSetMapping:
<?php
namespace MyProject\Model;
<?php
/**
* @NamedNativeQueries({
* @NamedNativeQuery(
@ -814,7 +811,6 @@ You actually can even mix, entities and scalar returns in the same native query
<?php
namespace MyProject\Model;
<?php
/**
* @NamedNativeQueries({
* @NamedNativeQuery(
@ -867,4 +863,4 @@ You actually can even mix, entities and scalar returns in the same native query
name: mappingCount
columnResult:
count:
name: count
name: count