Passed
Push — v4.3.x ( d8b038...6356b2 )
by smiley
09:25
created
src/QROptionsTrait.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
 	 * valid modes are: Number, AlphaNum, Kanji, Byte (case insensitive)
78 78
 	 *
79 79
 	 * @see https://github.com/chillerlan/php-qrcode/issues/39
80
-     * @see https://github.com/chillerlan/php-qrcode/issues/97 (changed default value to '')
80
+	 * @see https://github.com/chillerlan/php-qrcode/issues/97 (changed default value to '')
81 81
 	 */
82 82
 	protected string $dataModeOverride = '';
83 83
 
Please login to merge, or discard this patch.