<!-- 
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Sat May 18 21:07:55 UTC 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://www.doctrine-project.org/jira/si/jira.issueviews:issue-xml/MODM-149/MODM-149.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Doctrine Project</title>
    <link>http://www.doctrine-project.org/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>5.2.7</version>
        <build-number>850</build-number>
        <build-date>21-02-2013</build-date>
    </build-info>

<item>
            <title>[MODM-149] Fix PHPDoc @return types in various places</title>
                <link>http://www.doctrine-project.org/jira/browse/MODM-149</link>
                <project id="10044" key="MODM">Doctrine MongoDB ODM</project>
                        <description>&lt;p&gt;In certain PHPDoc blocks for functions, the @return type is not of the right type. This causes auto-completion issues in various IDEs (I&apos;m using PhpStorm). &lt;/p&gt;

&lt;p&gt;For example, in \Doctrine\ODM\MongoDB\DocumentManager on line #341 the -&amp;gt;createQueryBuilder($documentName = null) function.&lt;/p&gt;

&lt;p&gt;/**&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Create a new Query instance for a class.&lt;br/&gt;
     *&lt;/li&gt;
	&lt;li&gt;@param string $documentName The document class name.&lt;/li&gt;
	&lt;li&gt;@return Document\ODM\MongoDB\Query  &amp;lt;--------------------------- MUST BE Query\Builder !&lt;br/&gt;
     */&lt;br/&gt;
    public function createQueryBuilder($documentName = null)
    {
        return new Query\Builder($this, $this-&amp;gt;cmd, $documentName);
    }&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
            <key id="12792">MODM-149</key>
            <summary>Fix PHPDoc @return types in various places</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="2" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/critical.png">Critical</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="dayson">Dayson Pais</reporter>
                        <labels>
                    </labels>
                <created>Tue, 5 Jul 2011 17:55:05 +0000</created>
                <updated>Thu, 5 Apr 2012 14:23:56 +0000</updated>
                                    <version>1.0.0BETA3</version>
                                                <component>Document Manager</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17777" author="leedavis81" created="Thu, 5 Apr 2012 14:23:56 +0000"  >&lt;p&gt;This appears to be fixed in 1.0.0BETA4-DEV&lt;/p&gt;

&lt;p&gt;Line 357 in Doctrine\ODM\MongoDB\DocumentManager...&lt;/p&gt;

&lt;p&gt;    /**&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Create a new Query instance for a class.&lt;br/&gt;
     *&lt;/li&gt;
	&lt;li&gt;@param string $documentName The document class name.&lt;/li&gt;
	&lt;li&gt;@return Query\Builder&lt;br/&gt;
     */&lt;br/&gt;
    public function createQueryBuilder($documentName = null)
    {
        return new Query\Builder($this, $this-&amp;gt;cmd, $documentName);
    }&lt;/li&gt;
&lt;/ul&gt;
</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>