mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-09-02 05:27:15 +00:00
Deploying to readthedocs from @ chillerlan/php-qrcode@89de3849dd 🚀
This commit is contained in:
@@ -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">=></span> <span class="o">&</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>
|
||||
|
||||
|
||||
@@ -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
@@ -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
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user