Skip to content

Commit

Permalink
reserved names are never resolved using NS
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Aug 1, 2023
1 parent 082cbb0 commit 1c7c292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/rst_doc2.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>Top Level Namespace<a class="headerlink" href="#top-level-namespace" title="
</dt>
<dd/>
</dl>
<p>Instance of this interface is returned by <code class="xref php php-method docutils literal notranslate"><span class="pre">ImagineImageImageInterface::draw</span></code>.</p>
<p>Instance of this interface is returned by <code class="xref php php-method docutils literal notranslate"><span class="pre">Imagine\Image\ImageInterface::draw</span></code>.</p>
<dl class="php method">
<dt class="sig sig-object php" id="Imagine\Draw\DrawerInterface::arc"><span class="sig-prename descclassname"><span class="pre">Imagine\Draw\DrawerInterface::</span></span><span class="sig-name descname"><span class="pre">arc</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="pre">PointInterface</span><span class="pre">$center</span></em>, <em class="sig-param"><span class="pre">BoxInterface</span><span class="pre">$size</span></em>, <em class="sig-param"><span class="pre">$start</span></em>, <em class="sig-param"><span class="pre">$end</span></em>, <em class="sig-param"><span class="pre">Color</span><span class="pre">$color</span></em><span class="sig-paren">)</span><a class="headerlink" href="#Imagine\Draw\DrawerInterface::arc" title="Permalink to this definition">&#xB6;</a></dt>
<dd>
Expand Down
2 changes: 1 addition & 1 deletion test/rst_doc2.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace ``Imagine\Draw``
.. php:class:: DrawerInterface
Instance of this interface is returned by :php:method:`Imagine\Image\ImageInterface::draw`.
Instance of this interface is returned by :php:method:`\\Imagine\\Image\\ImageInterface::draw`.
.. php:method:: arc(PointInterface $center, BoxInterface $size, $start, $end, Color $color)
Expand Down

0 comments on commit 1c7c292

Please sign in to comment.