phpBB

Code Changes

File: phpbb/event/kernel_terminate_subscriber.php

  Unmodified   Added   Modified   Removed
Line 25Line 25
	* primarily cleanup stuff.
*
* @param PostResponseEvent $event

	* primarily cleanup stuff.
*
* @param PostResponseEvent $event

	* @return null

	* @return void

	*/
public function on_kernel_terminate(PostResponseEvent $event)
{

	*/
public function on_kernel_terminate(PostResponseEvent $event)
{

 
		garbage_collection();


		exit_handler();
}


		exit_handler();
}