Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[11.x] Fixes parameter declaration for
ServiceProvider::optimizes()
(…
…#53074) ``` Illuminate\Support\ServiceProvider::optimizes(): Implicitly marking parameter $optimize as nullable is deprecated, the explicit nullable type must be used instead Illuminate\Support\ServiceProvider::optimizes(): Implicitly marking parameter $clear as nullable is deprecated, the explicit nullable type must be used instead ``` Signed-off-by: Mior Muhammad Zaki <[email protected]>
- Loading branch information