🚿 phan happy

This commit is contained in:
smiley
2025-10-29 19:42:48 +01:00
parent 2181a9ed41
commit c90e011746
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -130,6 +130,7 @@ class QREps extends QROutputAbstract{
}
// create the path elements
/** @phan-suppress-next-line PhanDeprecatedFunction */
$paths = $this->collectModules(fn(int $x, int $y, int $M_TYPE):string => $this->module($x, $y, $M_TYPE));
foreach($paths as $M_TYPE => $path){
+1
View File
@@ -129,6 +129,7 @@ class QRMarkupSVG extends QRMarkup{
* returns one or more SVG <path> elements
*/
protected function paths():string{
/** @phan-suppress-next-line PhanDeprecatedFunction */
$paths = $this->collectModules(fn(int $x, int $y, int $M_TYPE):string => $this->module($x, $y, $M_TYPE));
$svg = [];