Passed
Pull Request — master (#369)
by
unknown
06:32
created
src/Entity/PackagingType.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
      */
66 66
     private $code = self::PT_UNKNOWN;
67 67
 
68
-	/** @deprecated */
68
+    /** @deprecated */
69 69
     private $Code = self::PT_UNKNOWN;
70 70
 
71 71
     /**
@@ -73,8 +73,8 @@  discard block
 block discarded – undo
73 73
      */
74 74
     private $description;
75 75
 
76
-	/** @deprecated */
77
-	private $Description;
76
+    /** @deprecated */
77
+    private $Description;
78 78
 
79 79
     public function __construct($attributes = null)
80 80
     {
Please login to merge, or discard this patch.