I only fixed the ones that I stumbled upon. There might be others. I'll happily update those as well when I encounter them. When parameters are not defined as optional, omitting them in your code triggers a warning in various IDEs.
Note regarding overrideStyle(): I believe the value for a style is always a string. If you really want to allow various types, you can use *.
I only fixed the ones that I stumbled upon. There might be others. I'll happily update those as well when I encounter them. When parameters are not defined as optional, omitting them in your code triggers a warning in various IDEs.
Note regarding overrideStyle(): I believe the value for a style is always a string. If you really want to allow various types, you can use *.