Closed
Description
I see some points that could be good to update in the document:
- When an element is flagged
@final
or is final, some "no" in the list of allowed changes ("Changing classes") become "yes", such as adding/removing argument, more generally all changes that could break when extending the element - An argument can be added to a public method (depending on some conditions) using
func_get_args
/func_num_args
.
WDYT?
/cc @GuilhemN