@@ -16,31 +16,31 @@ Code | Level | Rule
16
16
-----|-------|-------
17
17
V005 | MAJOR | Class removed
18
18
V006 | MAJOR | Class public method removed
19
- V007 | MAJOR | * Class protected method removed*
19
+ V007 | MAJOR | Class protected method removed
20
20
V008 | MAJOR | * Class public property removed*
21
21
V009 | MAJOR | * Class protected property removed*
22
22
V010 | MAJOR | Class public method parameter changed
23
- V011 | MAJOR | * Class protected method parameter changed*
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
V014 | MINOR | Class added
27
27
V015 | MINOR | Class public method added * (display a notice that the method may overlap)* (MAJOR when not final)
28
- V016 | MINOR | * Class protected method added* * (display a notice that the method may overlap)* (MAJOR when not final)
28
+ V016 | MINOR | Class protected method added * (display a notice that the method may overlap)* (MAJOR when not final)
29
29
V017 | MINOR | * Final class public method added*
30
30
V018 | MINOR | * Final class protected method added*
31
31
V019 | MINOR | * Class public property added*
32
32
V020 | MINOR | * Class protected property added*
33
- V021 | MINOR | Class protected method parameter changed (MAJOR when not final)
34
- V022 | MAJOR | Final class protected method removed
33
+ V021 | MINOR | Class protected method parameter changed * (MAJOR when not final)*
34
+ V022 | MAJOR | * Final class protected method removed*
35
35
V023 | PATCH | [ Final] Class public class method implementation changed
36
- V024 | PATCH | [ Final] Class * protected* class method implementation changed
37
- V025 | PATCH | [ Final] Class * private* class method implementation changed
36
+ V024 | PATCH | [ Final] Class protected class method implementation changed
37
+ V025 | PATCH | [ Final] Class private class method implementation changed
38
38
V026 | PATCH | * Class private property added*
39
39
V027 | PATCH | * Class private property removed*
40
- V028 | PATCH | * Class private method added*
41
- V029 | PATCH | * Class private method removed*
40
+ V028 | PATCH | Class private method added
41
+ V029 | PATCH | Class private method removed
42
42
V030 | PATCH | * Final class protected method added*
43
- V031 | PATCH | * Class private method parameter changed*
43
+ V031 | PATCH | Class private method parameter changed
44
44
V060 | PATCH | Class public method parameter name changed
45
45
V061 | PATCH | Class protected method parameter name changed
46
46
V062 | PATCH | Class private method parameter name changed
@@ -62,29 +62,31 @@ Code | Level | Rule
62
62
-----|-------|-------
63
63
V037 | MAJOR | Trait removed
64
64
V038 | MAJOR | Trait public method removed
65
- V039 | MAJOR | * Trait protected method removed*
65
+ V039 | MAJOR | Trait protected method removed
66
66
V040 | MAJOR | * Trait public property removed*
67
67
V041 | MAJOR | * Trait protected property removed*
68
68
V042 | MAJOR | Trait public method parameter changed
69
- V043 | MAJOR | * Trait protected method parameter changed*
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
V046 | MINOR | Trait added
73
73
V047 | MINOR | Trait public method added * (display a notice that the method may overlap)* (MAJOR when not final)
74
- V048 | MINOR | * Trait protected method added* * (display a notice that the method may overlap)* (MAJOR when not final)*
74
+ V048 | MINOR | Trait protected method added * (display a notice that the method may overlap)* (MAJOR when not final)
75
75
V049 | MINOR | * Trait public property added*
76
76
V050 | MINOR | * Trait protected property added*
77
- V051 | MINOR | * Trait protected method parameter changed (MAJOR when not final) *
78
- V052 | PATCH | Trait public trait method implementation changed
79
- V053 | PATCH | * Trait * protected* trait method implementation changed*
80
- V054 | PATCH | * Trait * private* trait method implementation changed*
77
+ V051 | MINOR | * REMOVED *
78
+ V052 | PATCH | Trait public method implementation changed
79
+ V053 | PATCH | Trait protected method implementation changed
80
+ V054 | PATCH | Trait private method implementation changed
81
81
V055 | PATCH | * Trait private property added*
82
82
V056 | PATCH | * Trait private property removed*
83
- V057 | PATCH | * Trait private method added*
84
- V058 | PATCH | * Trait private method removed*
85
- V059 | PATCH | * Trait private method parameter changed*
83
+ V057 | PATCH | Trait private method added
84
+ V058 | PATCH | Trait private method removed
85
+ V059 | PATCH | Trait private method parameter changed
86
86
V064 | PATCH | Trait public method parameter name changed
87
87
V065 | PATCH | Trait protected method parameter name changed
88
88
V066 | PATCH | Trait private method parameter name changed
89
89
90
- Method visibility changed
90
+ # To classify
91
+
92
+ * Method visibility changed
0 commit comments