You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: phpstan level 5
* fix: $database undefined
* fix: Unsafe usage of new static()
* fix: ignore NativeAppServiceProvider not existing
* fix: FreshCommand constructor invoked with 1 parameter, 0 required
* fix: MenuBuilder facade function duplicates and arguments
* fix: Type void cannot be part of a union type declaration.
* fix: Php compactor missing imports and return statement
* fix: missing SeedDatabaseCommand@handle return statement
* Fix: cannot assign a value to a public readonly property outside of the constructor
* Fix: PowerMonitor invoked Client::get() with 2 parameters, 1 required
* fix: alternative for FreshCommand migrator argument
* Revert "fix: alternative for FreshCommand migrator argument"
This reverts commit cac9ea1.
* Revert "fix: FreshCommand constructor invoked with 1 parameter, 0 required"
This reverts commit cc1cb87.
* fix: trying something
* fix: phpstan.yml
* Revert "fix: trying something"
This reverts commit 6b88d13.
* fix: trying to lower the minimum laravel 10 dependency
* fix: final fix 🎉
* Revert "Fix: cannot assign a value to a public readonly property outside of the constructor"
This reverts commit 585fb47.
* fix: put back previous fixes and ignore phpstan errors
0 commit comments