Skip to content

Commit

Permalink
Removed unnecessary <?php from the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcarol committed Mar 3, 2013
1 parent b30d6df commit e809f9c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/en/reference/native-sql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,6 @@ Let's now see an implicit declaration of the property / column.
<?php
namespace MyProject\Model;
<?php
/**
* @NamedNativeQueries({
* @NamedNativeQuery(
Expand Down Expand Up @@ -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(
Expand Down Expand Up @@ -766,7 +764,6 @@ you can use the resultClass attribute instead of resultSetMapping:
<?php
namespace MyProject\Model;
<?php
/**
* @NamedNativeQueries({
* @NamedNativeQuery(
Expand Down Expand Up @@ -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(
Expand Down Expand Up @@ -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

0 comments on commit e809f9c

Please sign in to comment.