Passed
Push — master ( 1adba3...c13e00 )
by smiley
02:15
created
src/QROptionsTrait.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -208,14 +208,14 @@
 block discarded – undo
208 208
 		QRMatrix::M_QUIETZONE       => false, // 18
209 209
 		QRMatrix::M_TEST            => false, // 255
210 210
 		// dark
211
-		QRMatrix::M_DARKMODULE << 8 => true,  // 512
212
-		QRMatrix::M_DATA << 8       => true,  // 1024
213
-		QRMatrix::M_FINDER << 8     => true,  // 1536
214
-		QRMatrix::M_ALIGNMENT << 8  => true,  // 2560
215
-		QRMatrix::M_TIMING << 8     => true,  // 3072
216
-		QRMatrix::M_FORMAT << 8     => true,  // 3584
217
-		QRMatrix::M_VERSION << 8    => true,  // 4096
218
-		QRMatrix::M_TEST << 8       => true,  // 65280
211
+		QRMatrix::M_DARKMODULE << 8 => true, // 512
212
+		QRMatrix::M_DATA << 8       => true, // 1024
213
+		QRMatrix::M_FINDER << 8     => true, // 1536
214
+		QRMatrix::M_ALIGNMENT << 8  => true, // 2560
215
+		QRMatrix::M_TIMING << 8     => true, // 3072
216
+		QRMatrix::M_FORMAT << 8     => true, // 3584
217
+		QRMatrix::M_VERSION << 8    => true, // 4096
218
+		QRMatrix::M_TEST << 8       => true, // 65280
219 219
 	];
220 220
 
221 221
 	/**
Please login to merge, or discard this patch.