fix: resolve PHPStan static analysis warnings

This commit is contained in:
xboard
2025-05-07 19:48:19 +08:00
parent db235c10e8
commit 97e7ffccae
86 changed files with 2335 additions and 1206 deletions

View File

@@ -8,16 +8,14 @@ use Illuminate\Support\Facades\Event;
class EventServiceProvider extends ServiceProvider
{
/**
* The event listener mappings for the application.
*
* @var array
* 事件监听器映射
* @var array<string, array<int, class-string>>
*/
protected $listen = [
];
/**
* Register any events for your application.
*
* 注册任何事件
* @return void
*/
public function boot()