From 960842296e3cb38f00be2f83dd37aa12dd4aef4e Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Wed, 29 Jun 2022 17:26:21 +0200 Subject: still need stackoffs=1 for use of D() --- auto_prepend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto_prepend.php') diff --git a/auto_prepend.php b/auto_prepend.php index 19108fb..971e977 100644 --- a/auto_prepend.php +++ b/auto_prepend.php @@ -7,7 +7,7 @@ */ function D(...$args) { - return it_debug::dump($args); + return it_debug::dump($args, ['stackoffs' => 1]); } /** -- cgit v1.2.3