Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- removed unnecessary type casting in several methods - fixed return type hinting in several methods where return type would be an array|bool instead of just array - relaxed parameter type hinting in the constructor to allow for null values for several parameters ($site and $version) that have sensible defaults, reported by @pbksol - using phpstan, the class now passes level 5 checks
- Loading branch information