Skip to content

Commit a2c5a09

Browse files
authored
Update Bootstrap.php
1 parent 7e1efdd commit a2c5a09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Bootstrap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ public function log($message, $level = 1, $nl = true)
550550
/**
551551
* TODO
552552
*/
553-
function fatal_handler($errno, $errstr = null, $errfile = null, $errline = null, $errorContext = null)
553+
function fatal_handler($errno, $errstr = null, $errfile = null, $errline = null)
554554
{
555555

556556
if(!$errno) {
@@ -825,4 +825,4 @@ public function getResponse()
825825
return $this->response;
826826
}
827827

828-
}
828+
}

0 commit comments

Comments
 (0)