@@ -212,28 +212,28 @@ Remove public method No
212
212
Change name No
213
213
Reduce visibility No
214
214
Move to parent class Yes
215
- Add argument without a default value No [ 7 ]_
216
- Add argument with a default value No [7 ]_
215
+ Add argument without a default value No
216
+ Add argument with a default value No [7 ]_ [ 8 ]_
217
217
Remove argument Yes [3 ]_
218
- Add default value to an argument No [7 ]_
219
- Remove default value of an argument No [ 7 ]_
220
- Add type hint to an argument No [ 7 ]_
221
- Remove type hint of an argument No [7 ]_
222
- Change argument type No [ 7 ]_
223
- Change return type No [ 7 ]_
218
+ Add default value to an argument No [7 ]_ [ 8 ]_
219
+ Remove default value of an argument No
220
+ Add type hint to an argument No
221
+ Remove type hint of an argument No [7 ]_ [ 8 ]_
222
+ Change argument type No
223
+ Change return type No
224
224
**Protected Methods **
225
225
Add protected method Yes
226
226
Remove protected method No [7 ]_
227
227
Change name No [7 ]_
228
228
Reduce visibility No [7 ]_
229
229
Move to parent class Yes
230
230
Add argument without a default value No [7 ]_
231
- Add argument with a default value No [7 ]_
231
+ Add argument with a default value No [7 ]_ [ 8 ]_
232
232
Remove argument Yes [3 ]_
233
- Add default value to an argument No [7 ]_
233
+ Add default value to an argument No [7 ]_ [ 8 ]_
234
234
Remove default value of an argument No [7 ]_
235
235
Add type hint to an argument No [7 ]_
236
- Remove type hint of an argument No [7 ]_
236
+ Remove type hint of an argument No [7 ]_ [ 8 ]_
237
237
Change argument type No [7 ]_
238
238
Change return type No [7 ]_
239
239
**Private Methods **
@@ -250,7 +250,7 @@ Remove type hint of an argument Yes
250
250
Change argument type Yes
251
251
Change return type Yes
252
252
**Static Methods **
253
- Turn non static into static No [7 ]_
253
+ Turn non static into static No [7 ]_ [ 8 ]_
254
254
Turn static into non static No
255
255
**Constants **
256
256
Add constant Yes
@@ -279,7 +279,9 @@ Change value of a constant Yes [1]_ [5]_
279
279
280
280
.. [6 ] Allowed using the ``@final `` annotation.
281
281
282
- .. [7 ] Allowed if the class/method is final.
282
+ .. [7 ] Allowed if the class is final.
283
+
284
+ .. [8 ] Allowed if the method is final.
283
285
284
286
.. _Semantic Versioning : http://semver.org/
285
287
.. _scalar type : http://php.net/manual/en/function.is-scalar.php
0 commit comments