Skip to content

Commit

Permalink
Merge 085fcd2 into e0fd377
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam O'Boyle committed Aug 5, 2013
2 parents e0fd377 + 085fcd2 commit 64120b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/NativeQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @author Roman Borschel <roman@code-factory.org>
* @since 2.0
*/
final class NativeQuery extends AbstractQuery
class NativeQuery extends AbstractQuery
{
/**
* @var string
Expand Down
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @author Roman Borschel <roman@code-factory.org>
*/
final class Query extends AbstractQuery
class Query extends AbstractQuery
{
/**
* A query object is in CLEAN state when it has NO unparsed/unprocessed DQL parts.
Expand Down

0 comments on commit 64120b6

Please sign in to comment.