Skip to content

Commit c90e011

Browse files
committed
🚿 phan happy
1 parent 2181a9e commit c90e011

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Output/QREps.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ public function dump(?string $file = null):string{
130130
}
131131

132132
// create the path elements
133+
/** @phan-suppress-next-line PhanDeprecatedFunction */
133134
$paths = $this->collectModules(fn(int $x, int $y, int $M_TYPE):string => $this->module($x, $y, $M_TYPE));
134135

135136
foreach($paths as $M_TYPE => $path){

src/Output/QRMarkupSVG.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ protected function header():string{
129129
* returns one or more SVG <path> elements
130130
*/
131131
protected function paths():string{
132+
/** @phan-suppress-next-line PhanDeprecatedFunction */
132133
$paths = $this->collectModules(fn(int $x, int $y, int $M_TYPE):string => $this->module($x, $y, $M_TYPE));
133134
$svg = [];
134135

0 commit comments

Comments
 (0)