1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

[ticket/11150] Better pre/post action handling, restore ext.json in case of err

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2015-09-14 16:20:33 +02:00
committed by Tristan Darricau
parent 51916def9c
commit d6618397bf
5 changed files with 243 additions and 41 deletions

View File

@@ -84,8 +84,9 @@ interface manager_interface
* Remove a package installed manually and reinstall it using composer.
*
* @param string $package Package to manage
* @param IOInterface $io IO object used for the output
*
* @throws runtime_exception
*/
public function start_managing($package);
public function start_managing($package, $io);
}