When the library stops supporting PHP versions below 7.2, I want to suggest to add strict types for function arguments and return types.
It will make the code more readable and understandable. Now a lot of functions have arguments without any types what can provide bugs and errors.
When the library stops supporting PHP versions below 7.2, I want to suggest to add strict types for function arguments and return types.
It will make the code more readable and understandable. Now a lot of functions have arguments without any types what can provide bugs and errors.