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 896092c commit 28f5869Copy full SHA for 28f5869
src/Ray.php
@@ -7,7 +7,7 @@ class Ray {
7
public function init() {
8
set_exception_handler( [ $this, 'setExceptionHandler'] ); // exception
9
set_error_handler( [ $this, 'setErrorHandler'] ); // error
10
- // register_shutdown_function( [ $this, 'registerShutdownFunction'] ); // fatal error
+ register_shutdown_function( [ $this, 'registerShutdownFunction'] ); // fatal error
11
}
12
13
/**
0 commit comments