Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f4cb977

Browse files
committed
Fixed errorHandler() missing param
1 parent 1da8a8c commit f4cb977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎framework/Apphp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ public function isSetup()
10981098
* @return bool
10991099
* @throws ErrorException
11001100
*/
1101-
public function errorHandler($errno, $errstr, $errfile, $errline, array $errcontext)
1101+
public function errorHandler($errno, $errstr, $errfile, $errline, array $errcontext = [])
11021102
{
11031103
// Error was suppressed with the @-operator
11041104
if (0 === error_reporting()) {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /