@@ -17,26 +17,26 @@ Code | Level | Rule
17
17
V005 | MAJOR | Class removed
18
18
V006 | MAJOR | Class public method removed
19
19
V007 | MAJOR | Class protected method removed
20
- V008 | MAJOR | * Class public property removed*
21
- V009 | MAJOR | * Class protected property removed*
20
+ V008 | MAJOR | Class public property removed
21
+ V009 | MAJOR | Class protected property removed
22
22
V010 | MAJOR | Class public method parameter changed
23
23
V011 | MAJOR | Class protected method parameter changed
24
24
V012 | MAJOR | * New public constructor (does not match supertype)*
25
25
V013 | MAJOR | * New protected constructor (does not match supertype)*
26
26
V015 | MAJOR | Class public method added
27
27
V016 | MAJOR | Class protected method added
28
+ V019 | MAJOR | Class public property added
29
+ V020 | MAJOR | Class protected property added
28
30
V014 | MINOR | Class added
29
31
V017 | MINOR | * Final class public method added*
30
32
V018 | MINOR | * Final class protected method added*
31
- V019 | MINOR | * Class public property added*
32
- V020 | MINOR | * Class protected property added*
33
33
V021 | MINOR | * Final class protected method parameter changed*
34
34
V022 | PATCH | * Final class protected method removed*
35
35
V023 | PATCH | [ Final] Class public class method implementation changed
36
36
V024 | PATCH | [ Final] Class protected class method implementation changed
37
37
V025 | PATCH | [ Final] Class private class method implementation changed
38
- V026 | PATCH | * Class private property added*
39
- V027 | PATCH | * Class private property removed*
38
+ V026 | PATCH | Class private property added
39
+ V027 | PATCH | Class private property removed
40
40
V028 | PATCH | Class private method added
41
41
V029 | PATCH | Class private method removed
42
42
V030 | PATCH | * Final class protected method added*
@@ -63,18 +63,18 @@ Code | Level | Rule
63
63
V037 | MAJOR | Trait removed
64
64
V038 | MAJOR | Trait public method removed
65
65
V039 | MAJOR | Trait protected method removed
66
- V040 | MAJOR | * Trait public property removed*
67
- V041 | MAJOR | * Trait protected property removed*
66
+ V040 | MAJOR | Trait public property removed
67
+ V041 | MAJOR | Trait protected property removed
68
68
V042 | MAJOR | Trait public method parameter changed
69
69
V043 | MAJOR | Trait protected method parameter changed
70
70
V044 | MAJOR | * New public constructor (does not match supertype)*
71
71
V045 | MAJOR | * New protected constructor (does not match supertype)*
72
72
V047 | MAJOR | Trait public method added
73
73
V048 | MAJOR | Trait protected method added
74
- V049 | MAJOR | * Trait public property added*
75
- V050 | MAJOR | * Trait protected property added*
76
- V055 | MAJOR | * Trait private property added*
77
- V056 | MAJOR | * Trait private property removed*
74
+ V049 | MAJOR | Trait public property added
75
+ V050 | MAJOR | Trait protected property added
76
+ V055 | MAJOR | Trait private property added
77
+ V056 | MAJOR | Trait private property removed
78
78
V057 | MAJOR | Trait private method added
79
79
V058 | MAJOR | Trait private method removed
80
80
V046 | MINOR | Trait added
@@ -89,4 +89,4 @@ V066 | PATCH | Trait private method parameter name changed
89
89
90
90
# To classify
91
91
92
- * Method visibility changed
92
+ * Method visibility changed
0 commit comments