Skip to content

Commit 0c5090a

Browse files
committed
Update User Guide
1 parent ec3a14a commit 0c5090a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelogs/v4.7.3.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ <h2><a class="toc-backref" href="#id4" role="doc-backlink">Deprecations</a><a cl
330330
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Bugs Fixed</a><a class="headerlink" href="#bugs-fixed" title="Link to this heading"></a></h2>
331331
<ul class="simple">
332332
<li><p><strong>Autoloader:</strong> Fixed a bug where <code class="docutils literal notranslate"><span class="pre">Autoloader::unregister()</span></code> (used during tests) silently failed to remove handlers from the SPL autoload stack, causing closures to accumulate permanently.</p></li>
333+
<li><p><strong>Commands:</strong> Fixed a bug in the <code class="docutils literal notranslate"><span class="pre">env</span></code> command where passing options only would cause the command to throw a <code class="docutils literal notranslate"><span class="pre">TypeError</span></code> instead of showing the current environment.</p></li>
333334
<li><p><strong>Common:</strong> Fixed a bug where the <code class="docutils literal notranslate"><span class="pre">command()</span></code> helper function did not properly clean up output buffers, which could lead to risky tests when exceptions were thrown.</p></li>
334335
<li><p><strong>Validation:</strong> Fixed a bug where <code class="docutils literal notranslate"><span class="pre">Validation::getValidated()</span></code> dropped fields whose validated value was explicitly <code class="docutils literal notranslate"><span class="pre">null</span></code>.</p></li>
335336
</ul>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)