TIL Week 13 2022
A roundup of the things I learned in the 13th week of 2022.
Technical
- In php if you have code on an abstract class that checks for interface implementations, when called by a child it will check what the child implements rather than the parent. This is handy when you have a few slightly differently functioning children.
- PhpStan does not like this however. Though there is the possibility to make an extension.
Professional
Coming soon to a post near you
Personal Notes
Coming soon to a post near you