From 0c4e6de823cb8e401bbc23aebfebb3f5a062c9b4 Mon Sep 17 00:00:00 2001 From: Shotman Date: Mon, 10 Jun 2024 18:03:46 +0200 Subject: [PATCH] Add trap to list Adding trap function from https://github.com/buggregator/trap docs: https://docs.buggregator.dev/trap/getting-started.html --- src/ArchPresets/Base.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ArchPresets/Base.php b/src/ArchPresets/Base.php index 52582d90..68d72937 100644 --- a/src/ArchPresets/Base.php +++ b/src/ArchPresets/Base.php @@ -71,6 +71,7 @@ final class Base extends AbstractPreset 'xdebug_stop_trace', 'xdebug_time_index', 'xdebug_var_dump', + 'trap', ])->not->toBeUsed(); } }