Skip to content
This repository has been archived by the owner on Apr 2, 2018. It is now read-only.

Corrected namespaces for Query and ODMQuery. #5

Merged
merged 1 commit into from Nov 5, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 2 additions & 4 deletions en/reference/map-reduce-queries.rst
Expand Up @@ -78,7 +78,7 @@ Both queries have a common base class with a simple API:

<?php

namespace Doctrine\ODM\CouchDB\View;
namespace Doctrine\CouchDB\View;

abstract class AbstractQuery
{
Expand Down Expand Up @@ -114,9 +114,7 @@ The following query parameter related methods exist in both the native and odm-q
.. code-block:: php

<?php
namespace Doctrine\ODM\CouchDB\View;

use Doctrine\ODM\CouchDB\DocumentManager;
namespace Doctrine\CouchDB\View;

class Query extends AbstractQuery
{
Expand Down