Explorar o código

:octocat: protected -> private

smiley %!s(int64=3) %!d(string=hai) anos
pai
achega
f7d7c07a4d
Modificáronse 1 ficheiros con 7 adicións e 7 borrados
  1. 7 7
      src/Decoder/DecoderResult.php

+ 7 - 7
src/Decoder/DecoderResult.php

@@ -30,13 +30,13 @@ use function property_exists;
  */
 final class DecoderResult{
 
-	protected array       $rawBytes;
-	protected string      $data;
-	protected Version     $version;
-	protected EccLevel    $eccLevel;
-	protected MaskPattern $maskPattern;
-	protected int         $structuredAppendParity = -1;
-	protected int         $structuredAppendSequence = -1;
+	private array       $rawBytes;
+	private string      $data;
+	private Version     $version;
+	private EccLevel    $eccLevel;
+	private MaskPattern $maskPattern;
+	private int         $structuredAppendParity = -1;
+	private int         $structuredAppendSequence = -1;
 
 	/**
 	 * DecoderResult constructor.