8000 Merge branch '7.1' into 7.2 · symfony/error-handler@acd0ff1 · GitHub
[go: up one dir, main page]

Skip to content

Commit acd0ff1

Browse files
Merge branch '7.1' into 7.2
* 7.1: Fix merge Sync .github/expected-missing-return-types.diff [ErrorHandler] Fix `E_STRICT` logging level
2 parents 45f8e57 + 432bb36 commit acd0ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ErrorHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public function __construct(
182182
) {
183183
if (\PHP_VERSION_ID < 80400) {
184184
$this->levels[\E_STRICT] = 'Runtime Notice';
185-
$this->loggers[\E_STRICT] = [null, LogLevel::WARNING];
185+
$this->loggers[\E_STRICT] = [null, LogLevel::ERROR];
186186
}
187187

188188
if ($bootstrappingLogger) {

0 commit comments

Comments
 (0)
0