Passed
Push — v3.2.x ( 2cfc3e...620977 )
by smiley
02:01 queued 10s
created
public/qrcode.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
 		if(preg_match('/[a-f\d]{6}/i', $v) === 1){
48 48
 			return in_array($_POST['output_type'], ['png', 'jpg', 'gif'])
49 49
 				? array_map('hexdec', str_split($v, 2))
50
-				: '#'.$v ;
50
+				: '#'.$v;
51 51
 		}
52 52
 		return null;
53 53
 	}, $moduleValues);
Please login to merge, or discard this patch.
src/Output/QRImage.php 2 patches
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,6 @@
 block discarded – undo
140 140
 	 * @param string|null $file
141 141
 	 *
142 142
 	 * @return string
143
-
144 143
 	 * @throws \chillerlan\QRCode\Output\QRCodeOutputException
145 144
 	 */
146 145
 	protected function dumpImage(string $file = null):string{
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
 		// avoid: Indirect modification of overloaded property $imageTransparencyBG has no effect
75 75
 		// https://stackoverflow.com/a/10455217
76 76
 		$tbg = $this->options->imageTransparencyBG;
77
-		$background  = imagecolorallocate($this->image, ...$tbg);
77
+		$background = imagecolorallocate($this->image, ...$tbg);
78 78
 
79 79
 		if((bool)$this->options->imageTransparent && in_array($this->options->outputType, $this::TRANSPARENCY_TYPES, true)){
80 80
 			imagecolortransparent($this->image, $background);
Please login to merge, or discard this patch.
src/Helpers/Polynomial.php 1 patch
Spacing   +32 added lines, -32 removed lines patch added patch discarded remove patch
@@ -23,38 +23,38 @@
 block discarded – undo
23 23
 	 * @link http://www.thonky.com/qr-code-tutorial/log-antilog-table
24 24
 	 */
25 25
 	protected const table = [
26
-		[  1,   0], [  2,   0], [  4,   1], [  8,  25], [ 16,   2], [ 32,  50], [ 64,  26], [128, 198],
27
-		[ 29,   3], [ 58, 223], [116,  51], [232, 238], [205,  27], [135, 104], [ 19, 199], [ 38,  75],
28
-		[ 76,   4], [152, 100], [ 45, 224], [ 90,  14], [180,  52], [117, 141], [234, 239], [201, 129],
29
-		[143,  28], [  3, 193], [  6, 105], [ 12, 248], [ 24, 200], [ 48,   8], [ 96,  76], [192, 113],
30
-		[157,   5], [ 39, 138], [ 78, 101], [156,  47], [ 37, 225], [ 74,  36], [148,  15], [ 53,  33],
31
-		[106,  53], [212, 147], [181, 142], [119, 218], [238, 240], [193,  18], [159, 130], [ 35,  69],
32
-		[ 70,  29], [140, 181], [  5, 194], [ 10, 125], [ 20, 106], [ 40,  39], [ 80, 249], [160, 185],
33
-		[ 93, 201], [186, 154], [105,   9], [210, 120], [185,  77], [111, 228], [222, 114], [161, 166],
34
-		[ 95,   6], [190, 191], [ 97, 139], [194,  98], [153, 102], [ 47, 221], [ 94,  48], [188, 253],
35
-		[101, 226], [202, 152], [137,  37], [ 15, 179], [ 30,  16], [ 60, 145], [120,  34], [240, 136],
36
-		[253,  54], [231, 208], [211, 148], [187, 206], [107, 143], [214, 150], [177, 219], [127, 189],
37
-		[254, 241], [225, 210], [223,  19], [163,  92], [ 91, 131], [182,  56], [113,  70], [226,  64],
38
-		[217,  30], [175,  66], [ 67, 182], [134, 163], [ 17, 195], [ 34,  72], [ 68, 126], [136, 110],
39
-		[ 13, 107], [ 26,  58], [ 52,  40], [104,  84], [208, 250], [189, 133], [103, 186], [206,  61],
40
-		[129, 202], [ 31,  94], [ 62, 155], [124, 159], [248,  10], [237,  21], [199, 121], [147,  43],
41
-		[ 59,  78], [118, 212], [236, 229], [197, 172], [151, 115], [ 51, 243], [102, 167], [204,  87],
42
-		[133,   7], [ 23, 112], [ 46, 192], [ 92, 247], [184, 140], [109, 128], [218,  99], [169,  13],
43
-		[ 79, 103], [158,  74], [ 33, 222], [ 66, 237], [132,  49], [ 21, 197], [ 42, 254], [ 84,  24],
44
-		[168, 227], [ 77, 165], [154, 153], [ 41, 119], [ 82,  38], [164, 184], [ 85, 180], [170, 124],
45
-		[ 73,  17], [146,  68], [ 57, 146], [114, 217], [228,  35], [213,  32], [183, 137], [115,  46],
46
-		[230,  55], [209,  63], [191, 209], [ 99,  91], [198, 149], [145, 188], [ 63, 207], [126, 205],
47
-		[252, 144], [229, 135], [215, 151], [179, 178], [123, 220], [246, 252], [241, 190], [255,  97],
48
-		[227, 242], [219,  86], [171, 211], [ 75, 171], [150,  20], [ 49,  42], [ 98,  93], [196, 158],
49
-		[149, 132], [ 55,  60], [110,  57], [220,  83], [165,  71], [ 87, 109], [174,  65], [ 65, 162],
50
-		[130,  31], [ 25,  45], [ 50,  67], [100, 216], [200, 183], [141, 123], [  7, 164], [ 14, 118],
51
-		[ 28, 196], [ 56,  23], [112,  73], [224, 236], [221, 127], [167,  12], [ 83, 111], [166, 246],
52
-		[ 81, 108], [162, 161], [ 89,  59], [178,  82], [121,  41], [242, 157], [249,  85], [239, 170],
53
-		[195, 251], [155,  96], [ 43, 134], [ 86, 177], [172, 187], [ 69, 204], [138,  62], [  9,  90],
54
-		[ 18, 203], [ 36,  89], [ 72,  95], [144, 176], [ 61, 156], [122, 169], [244, 160], [245,  81],
55
-		[247,  11], [243, 245], [251,  22], [235, 235], [203, 122], [139, 117], [ 11,  44], [ 22, 215],
56
-		[ 44,  79], [ 88, 174], [176, 213], [125, 233], [250, 230], [233, 231], [207, 173], [131, 232],
57
-		[ 27, 116], [ 54, 214], [108, 244], [216, 234], [173, 168], [ 71,  80], [142,  88], [  1, 175],
26
+		[1, 0], [2, 0], [4, 1], [8, 25], [16, 2], [32, 50], [64, 26], [128, 198],
27
+		[29, 3], [58, 223], [116, 51], [232, 238], [205, 27], [135, 104], [19, 199], [38, 75],
28
+		[76, 4], [152, 100], [45, 224], [90, 14], [180, 52], [117, 141], [234, 239], [201, 129],
29
+		[143, 28], [3, 193], [6, 105], [12, 248], [24, 200], [48, 8], [96, 76], [192, 113],
30
+		[157, 5], [39, 138], [78, 101], [156, 47], [37, 225], [74, 36], [148, 15], [53, 33],
31
+		[106, 53], [212, 147], [181, 142], [119, 218], [238, 240], [193, 18], [159, 130], [35, 69],
32
+		[70, 29], [140, 181], [5, 194], [10, 125], [20, 106], [40, 39], [80, 249], [160, 185],
33
+		[93, 201], [186, 154], [105, 9], [210, 120], [185, 77], [111, 228], [222, 114], [161, 166],
34
+		[95, 6], [190, 191], [97, 139], [194, 98], [153, 102], [47, 221], [94, 48], [188, 253],
35
+		[101, 226], [202, 152], [137, 37], [15, 179], [30, 16], [60, 145], [120, 34], [240, 136],
36
+		[253, 54], [231, 208], [211, 148], [187, 206], [107, 143], [214, 150], [177, 219], [127, 189],
37
+		[254, 241], [225, 210], [223, 19], [163, 92], [91, 131], [182, 56], [113, 70], [226, 64],
38
+		[217, 30], [175, 66], [67, 182], [134, 163], [17, 195], [34, 72], [68, 126], [136, 110],
39
+		[13, 107], [26, 58], [52, 40], [104, 84], [208, 250], [189, 133], [103, 186], [206, 61],
40
+		[129, 202], [31, 94], [62, 155], [124, 159], [248, 10], [237, 21], [199, 121], [147, 43],
41
+		[59, 78], [118, 212], [236, 229], [197, 172], [151, 115], [51, 243], [102, 167], [204, 87],
42
+		[133, 7], [23, 112], [46, 192], [92, 247], [184, 140], [109, 128], [218, 99], [169, 13],
43
+		[79, 103], [158, 74], [33, 222], [66, 237], [132, 49], [21, 197], [42, 254], [84, 24],
44
+		[168, 227], [77, 165], [154, 153], [41, 119], [82, 38], [164, 184], [85, 180], [170, 124],
45
+		[73, 17], [146, 68], [57, 146], [114, 217], [228, 35], [213, 32], [183, 137], [115, 46],
46
+		[230, 55], [209, 63], [191, 209], [99, 91], [198, 149], [145, 188], [63, 207], [126, 205],
47
+		[252, 144], [229, 135], [215, 151], [179, 178], [123, 220], [246, 252], [241, 190], [255, 97],
48
+		[227, 242], [219, 86], [171, 211], [75, 171], [150, 20], [49, 42], [98, 93], [196, 158],
49
+		[149, 132], [55, 60], [110, 57], [220, 83], [165, 71], [87, 109], [174, 65], [65, 162],
50
+		[130, 31], [25, 45], [50, 67], [100, 216], [200, 183], [141, 123], [7, 164], [14, 118],
51
+		[28, 196], [56, 23], [112, 73], [224, 236], [221, 127], [167, 12], [83, 111], [166, 246],
52
+		[81, 108], [162, 161], [89, 59], [178, 82], [121, 41], [242, 157], [249, 85], [239, 170],
53
+		[195, 251], [155, 96], [43, 134], [86, 177], [172, 187], [69, 204], [138, 62], [9, 90],
54
+		[18, 203], [36, 89], [72, 95], [144, 176], [61, 156], [122, 169], [244, 160], [245, 81],
55
+		[247, 11], [243, 245], [251, 22], [235, 235], [203, 122], [139, 117], [11, 44], [22, 215],
56
+		[44, 79], [88, 174], [176, 213], [125, 233], [250, 230], [233, 231], [207, 173], [131, 232],
57
+		[27, 116], [54, 214], [108, 244], [216, 234], [173, 168], [71, 80], [142, 88], [1, 175],
58 58
 	];
59 59
 
60 60
 	/**
Please login to merge, or discard this patch.
src/Data/QRDataAbstract.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -293,7 +293,7 @@
 block discarded – undo
293 293
 			$this->dcdata[$key] = array_fill(0, $dcCount, null);
294 294
 
295 295
 			foreach($this->dcdata[$key] as $a => $_z){
296
-				$this->dcdata[$key][$a] = 0xff & $this->bitBuffer->buffer[$a + $offset];
296
+				$this->dcdata[$key][$a] = 0xff&$this->bitBuffer->buffer[$a + $offset];
297 297
 			}
298 298
 
299 299
 			[$num, $add] = $this->poly($key, $ecCount);
Please login to merge, or discard this patch.
src/Output/QRMarkup.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -84,9 +84,9 @@
 block discarded – undo
84 84
 		$matrix = $this->matrix->matrix();
85 85
 
86 86
 		$svg = sprintf($this->svgHeader, $this->options->cssClass, $this->options->svgViewBoxSize ?? $this->moduleCount)
87
-		       .$this->options->eol
88
-		       .'<defs>'.$this->options->svgDefs.'</defs>'
89
-		       .$this->options->eol;
87
+			   .$this->options->eol
88
+			   .'<defs>'.$this->options->svgDefs.'</defs>'
89
+			   .$this->options->eol;
90 90
 
91 91
 		foreach($this->moduleValues as $M_TYPE => $value){
92 92
 			$path = '';
Please login to merge, or discard this patch.
src/Data/Kanji.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
 		$len = strlen($data);
49 49
 
50 50
 		for($i = 0; $i + 1 < $len; $i += 2){
51
-			$c = ((0xff & ord($data[$i])) << 8) | (0xff & ord($data[$i + 1]));
51
+			$c = ((0xff&ord($data[$i])) << 8)|(0xff&ord($data[$i + 1]));
52 52
 
53 53
 			if(0x8140 <= $c && $c <= 0x9FFC){
54 54
 				$c -= 0x8140;
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
 				throw new QRCodeDataException(sprintf('illegal char at %d [%d]', $i + 1, $c));
61 61
 			}
62 62
 
63
-			$this->bitBuffer->put((($c >> 8) & 0xff) * 0xC0 + ($c & 0xff), 13);
63
+			$this->bitBuffer->put((($c >> 8)&0xff) * 0xC0 + ($c&0xff), 13);
64 64
 
65 65
 		}
66 66
 
Please login to merge, or discard this patch.
src/QRCode.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -289,7 +289,7 @@
 block discarded – undo
289 289
 		$len = strlen($string);
290 290
 
291 291
 		while($i + 1 < $len){
292
-			$c = ((0xff & ord($string[$i])) << 8) | (0xff & ord($string[$i + 1]));
292
+			$c = ((0xff&ord($string[$i])) << 8)|(0xff&ord($string[$i + 1]));
293 293
 
294 294
 			if(!($c >= 0x8140 && $c <= 0x9FFC) && !($c >= 0xE040 && $c <= 0xEBBF)){
295 295
 				return false;
Please login to merge, or discard this patch.
src/Helpers/BitBuffer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
 	public function put(int $num, int $length):BitBuffer{
46 46
 
47 47
 		for($i = 0; $i < $length; $i++){
48
-			$this->putBit((($num >> ($length - $i - 1)) & 1) === 1);
48
+			$this->putBit((($num >> ($length - $i - 1))&1) === 1);
49 49
 		}
50 50
 
51 51
 		return $this;
Please login to merge, or discard this patch.
src/Data/MaskPatternTester.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
 	 * @return int
56 56
 	 */
57 57
 	public function testPattern():int{
58
-		$penalty  = 0;
58
+		$penalty = 0;
59 59
 
60 60
 		for($level = 1; $level <= 4; $level++){
61 61
 			$penalty += call_user_func_array([$this, 'testLevel'.$level], [$this->matrix->matrix(true)]);
Please login to merge, or discard this patch.