Преглед изворни кода

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

codemasher пре 2 месеци
родитељ
комит
9fe0d358ac
4 измењених фајлова са 3 додато и 3 уклоњено
  1. 1 1
      Customizing/QROutputAbstract.html
  2. 1 1
      _sources/Customizing/QROutputAbstract.md.txt
  3. 1 1
      index.html
  4. 0 0
      searchindex.js

+ 1 - 1
Customizing/QROutputAbstract.html

@@ -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
_sources/Customizing/QROutputAbstract.md.txt

@@ -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
index.html

@@ -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">

Разлика између датотеке није приказан због своје велике величине
+ 0 - 0
searchindex.js


Неке датотеке нису приказане због велике количине промена