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:
committed by
Tristan Darricau
parent
51916def9c
commit
d6618397bf
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user