Revert "fix: resolve PHPStan static analysis warnings"

This reverts commit 2d3e4b4a95.
This commit is contained in:
xboard
2025-04-14 21:23:08 +08:00
parent 2d3e4b4a95
commit db235c10e8
84 changed files with 1190 additions and 2330 deletions

View File

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