Closed tdutrion closed 7 years ago
Updated to latest develop branch changes + edited according to the main discussion.
From that discussion, @weierophinney clarified at the end (and I agree with it):
In the case of fluent interfaces self is almost certainly what we want to use.
Generally, self
should be used all the time, as it reduces the amount of diffing needed when refactoring anything at all.
Marking this one as invalid
As discussed in fluent interface return type vs return self #7193, this changes remove occurrences of class names and self keyword from the DocBlocks