diff --git a/lib/Doctrine/ORM/NativeQuery.php b/lib/Doctrine/ORM/NativeQuery.php index b19f81805..9553aff30 100644 --- a/lib/Doctrine/ORM/NativeQuery.php +++ b/lib/Doctrine/ORM/NativeQuery.php @@ -25,7 +25,7 @@ namespace Doctrine\ORM; * @author Roman Borschel * @since 2.0 */ -final class NativeQuery extends AbstractQuery +class NativeQuery extends AbstractQuery { /** * @var string diff --git a/lib/Doctrine/ORM/Query.php b/lib/Doctrine/ORM/Query.php index 71f5f5550..12d68163a 100644 --- a/lib/Doctrine/ORM/Query.php +++ b/lib/Doctrine/ORM/Query.php @@ -37,7 +37,7 @@ use Doctrine\ORM\Query\ParameterTypeInferer; * @author Konsta Vesterinen * @author Roman Borschel */ -final class Query extends AbstractQuery +class Query extends AbstractQuery { /** * A query object is in CLEAN state when it has NO unparsed/unprocessed DQL parts.