Passed
Push — master ( 891b04...e0f847 )
by smiley
01:39
created
src/Output/QRMarkup.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
 
110 110
 					if($count > 0){
111 111
 						$len   = $count;
112
-						$start ??= 0; // avoid type coercion in sprintf() - phan happy
112
+						$start ?? = 0; // avoid type coercion in sprintf() - phan happy
113 113
 
114 114
 						$path .= sprintf('M%s %s h%s v1 h-%sZ ', $start, $y, $len, $len);
115 115
 
Please login to merge, or discard this patch.