Add trap to list

Adding trap function from https://github.com/buggregator/trap docs:  https://docs.buggregator.dev/trap/getting-started.html
This commit is contained in:
Shotman
2024-06-10 18:03:46 +02:00
committed by GitHub
parent 927cee609e
commit 0c4e6de823

View File

@ -71,6 +71,7 @@ final class Base extends AbstractPreset
'xdebug_stop_trace',
'xdebug_time_index',
'xdebug_var_dump',
'trap',
])->not->toBeUsed();
}
}