We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60661e2 commit a9bda6bCopy full SHA for a9bda6b
language/predefined/errorexception.xml
@@ -92,7 +92,7 @@ set_error_handler(function (int $errno, string $errstr, string $errfile, int $er
92
93
if ($errno === E_DEPRECATED || $errno === E_USER_DEPRECATED) {
94
// 推奨されない警告の場合は、例外をスローしません。
95
- // 新規または想定外の渓谷がアプリケーションを壊すからです。
+ // 新規または想定外の警告がアプリケーションを壊すからです。
96
return;
97
}
98
0 commit comments