From 3abcffbeff9df19d62142c9ba329f639468f3cf6 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Mon, 3 Jun 2024 07:41:30 +0200 Subject: [PATCH] Closes #5853 --- .github/ISSUE_TEMPLATE/1_BUG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1_BUG.md b/.github/ISSUE_TEMPLATE/1_BUG.md index 2ee2d00bda0..0876303567f 100644 --- a/.github/ISSUE_TEMPLATE/1_BUG.md +++ b/.github/ISSUE_TEMPLATE/1_BUG.md @@ -14,7 +14,7 @@ labels: type/bug - Please keep the table shown below at the top of your issue. - Please include the output of "composer info | sort" if you installed PHPUnit using Composer. - Please post code as text (using proper markup). Do not post screenshots of code. -- Please make sure that you have configured your PHP interpreter like so: `error_reporting=-1`, `log_errors_max_len=0`, `zend.assertions=1`, `assert.exception=1`. +- Please make sure that you have configured your PHP interpreter like so: `error_reporting=-1`, `zend.assertions=1`. - Please remove this comment before submitting your issue. -->