Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed unnecessary "<?php" from the docs #599

Merged
merged 1 commit into from
Mar 4, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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