Scroll down to the script below, click on any sentence (including terminal blocks) to jump to that spot in the video!
To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video
When marking the Entity classes as final, the fluent setters are reported by static analysis:
final
Redundant 'static' in final class
Should we use : self again in stead of : static?
: self
: static
Btw, not taking property hooks into account here.
Hey @Coding010!
Yep, self would indeed be the correct return type.
self
--Kevin
Check, self, just like the old days :)
"Houston: no signs of life" Start the conversation!
Whoops, an error! Please, try again later.
3 Comments
When marking the Entity classes as
final, the fluent setters are reported by static analysis:Should we use
: selfagain in stead of: static?Btw, not taking property hooks into account here.
Hey @Coding010!
Yep,
selfwould indeed be the correct return type.--Kevin
Check,
self, just like the old days :)"Houston: no signs of life"
Start the conversation!