Remove final keyword from Query classes
This commit is contained in:
parent
36dc28d43e
commit
9a0089c5fa
@ -25,7 +25,7 @@ namespace Doctrine\ORM;
|
|||||||
* @author Roman Borschel <roman@code-factory.org>
|
* @author Roman Borschel <roman@code-factory.org>
|
||||||
* @since 2.0
|
* @since 2.0
|
||||||
*/
|
*/
|
||||||
final class NativeQuery extends AbstractQuery
|
class NativeQuery extends AbstractQuery
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
|
@ -35,7 +35,7 @@ use Doctrine\Common\Collections\ArrayCollection;
|
|||||||
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
|
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
|
||||||
* @author Roman Borschel <roman@code-factory.org>
|
* @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.
|
* A query object is in CLEAN state when it has NO unparsed/unprocessed DQL parts.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user