Deploying to readthedocs from @ chillerlan/php-qrcode@89de3849dd 🚀

This commit is contained in:
codemasher
2025-10-09 22:01:03 +00:00
parent e6a2c1f740
commit 9fe0d358ac
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -550,7 +550,7 @@ The <code class="docutils literal notranslate"><span class="pre">$M_TYPE_LAYER</
<span class="c1">// loop over the paths</span>
<span class="k">foreach</span><span class="p">(</span><span class="nv">$paths</span> <span class="k">as</span> <span class="nv">$M_TYPE_LAYER</span> <span class="o">=&gt;</span> <span class="o">&amp;</span><span class="nv">$path</span><span class="p">){</span>
<span class="k">if</span><span class="p">(</span><span class="k">empty</span><span class="p">(</span><span class="nv">$path</span><span class="p">)){</span>
<span class="k">if</span><span class="p">(</span><span class="nv">$path</span> <span class="o">===</span> <span class="p">[]){</span>
<span class="k">continue</span><span class="p">;</span>
<span class="p">}</span>
+1 -1
View File
@@ -211,7 +211,7 @@ class MyOutput extends QROutputAbstract{
// loop over the paths
foreach($paths as $M_TYPE_LAYER => &$path){
if(empty($path)){
if($path === []){
continue;
}
+1 -1
View File
@@ -363,7 +363,7 @@
<section id="chillerlan-php-qrcode-manual">
<h1>chillerlan PHP-QRCode Manual<a class="headerlink" href="#chillerlan-php-qrcode-manual" title="Link to this heading"></a></h1>
<p>User manual for <a class="reference external" href="https://github.com/chillerlan/php-qrcode/">chillerlan/php-qrcode</a> [main]. Updated on Sep 19, 2025.</p>
<p>User manual for <a class="reference external" href="https://github.com/chillerlan/php-qrcode/">chillerlan/php-qrcode</a> [main]. Updated on Oct 09, 2025.</p>
<p>The phpDocumentor API documentation can be found at <a class="reference external" href="https://chillerlan.github.io/php-qrcode/">chillerlan.github.io/php-qrcode</a>.</p>
<p>This work is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) License.</p>
<div class="toctree-wrapper compound">
+1 -1
View File
File diff suppressed because one or more lines are too long