Skip to content

Commit afb569f

Browse files
committed
Update User Guide
1 parent 562f4c1 commit afb569f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelogs/v4.6.2.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ <h2><a class="toc-backref" href="#id5" role="doc-backlink">Bugs Fixed</a><a clas
328328
<li><p><strong>Cache:</strong> Fixed a bug where a corrupted or unreadable cache file could cause an unhandled exception in <code class="docutils literal notranslate"><span class="pre">FileHandler::getItem()</span></code>.</p></li>
329329
<li><p><strong>Commands:</strong> Fixed a bug in <code class="docutils literal notranslate"><span class="pre">make:test</span></code> where it would always error on Windows.</p></li>
330330
<li><p><strong>Commands:</strong> Fixed a bug in <code class="docutils literal notranslate"><span class="pre">make:test</span></code> where the generated test file would not end with <code class="docutils literal notranslate"><span class="pre">Test.php</span></code>.</p></li>
331+
<li><p><strong>Commands:</strong> Fixed a bug in <code class="docutils literal notranslate"><span class="pre">make:test</span></code> where input prompt would display for three times after not entering a class name.</p></li>
331332
<li><p><strong>CURLRequest:</strong> Fixed a bug where intermediate HTTP responses were not properly removed from the response chain in certain scenarios, causing incorrect status codes and headers to be returned instead of the final response.</p></li>
332333
<li><p><strong>Database:</strong> Fixed a bug where <code class="docutils literal notranslate"><span class="pre">when()</span></code> and <code class="docutils literal notranslate"><span class="pre">whenNot()</span></code> in <code class="docutils literal notranslate"><span class="pre">ConditionalTrait</span></code> incorrectly evaluated certain falsy values (such as <code class="docutils literal notranslate"><span class="pre">[]</span></code>, <code class="docutils literal notranslate"><span class="pre">0</span></code>, <code class="docutils literal notranslate"><span class="pre">0.0</span></code>, and <code class="docutils literal notranslate"><span class="pre">'0'</span></code>) as truthy, causing callbacks to be executed unexpectedly. These methods now cast the condition to a boolean using <code class="docutils literal notranslate"><span class="pre">(bool)</span></code> to ensure consistent behavior with PHP’s native truthiness.</p></li>
333334
<li><p><strong>Database:</strong> Fixed encapsulation violation in <code class="docutils literal notranslate"><span class="pre">BasePreparedQuery</span></code> when accessing <code class="docutils literal notranslate"><span class="pre">BaseConnection::transStatus</span></code> protected property.</p></li>

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)