File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class Shutdown_Handler {
1414 */
1515 public function cleanup ( $ site_command ) {
1616 $ reflector = new \ReflectionObject ( $ site_command [0 ] );
17- $ method = $ reflector ->getMethod ( 'shutDownFunction ' );
17+ $ method = $ reflector ->getMethod ( 'shut_down_function ' );
1818 $ method ->setAccessible ( true );
1919 $ method ->invoke ( $ site_command [0 ] );
2020 }
Original file line number Diff line number Diff line change @@ -548,7 +548,7 @@ private function populate_site_info( $args ) {
548548 /**
549549 * Shutdown function to catch and rollback from fatal errors.
550550 */
551- protected function shutDownFunction () {
551+ protected function shut_down_function () {
552552
553553 $ logger = \EE ::get_file_logger ()->withName ( 'site-command ' );
554554 $ error = error_get_last ();
You can’t perform that action at this time.
0 commit comments