@@ -67,6 +67,7 @@ protected function getRoundcubemailInstallPath(): string
6767 return $ this ->roundcubemailInstallPath ;
6868 }
6969
70+ #[\Override]
7071 public function getInstallPath (PackageInterface $ package )
7172 {
7273 if (!$ this ->supports ($ package ->getType ())) {
@@ -87,13 +88,15 @@ private function initializeRoundcubemailEnvironment(): void
8788 require_once INSTALL_PATH . 'program/include/iniset.php ' ;
8889 }
8990
91+ #[\Override]
9092 public function isInstalled (InstalledRepositoryInterface $ repo , PackageInterface $ package )
9193 {
9294 $ this ->setRoundcubemailInstallPath ($ repo );
9395
9496 return parent ::isInstalled ($ repo , $ package );
9597 }
9698
99+ #[\Override]
97100 public function install (InstalledRepositoryInterface $ repo , PackageInterface $ package )
98101 {
99102 $ this ->setRoundcubemailInstallPath ($ repo );
@@ -155,6 +158,7 @@ public function install(InstalledRepositoryInterface $repo, PackageInterface $pa
155158 return null ;
156159 }
157160
161+ #[\Override]
158162 public function update (InstalledRepositoryInterface $ repo , PackageInterface $ initial , PackageInterface $ target )
159163 {
160164 $ this ->setRoundcubemailInstallPath ($ repo );
@@ -220,6 +224,7 @@ public function update(InstalledRepositoryInterface $repo, PackageInterface $ini
220224 return null ;
221225 }
222226
227+ #[\Override]
223228 public function uninstall (InstalledRepositoryInterface $ repo , PackageInterface $ package )
224229 {
225230 $ this ->setRoundcubemailInstallPath ($ repo );
@@ -261,6 +266,7 @@ public function uninstall(InstalledRepositoryInterface $repo, PackageInterface $
261266 return null ;
262267 }
263268
269+ #[\Override]
264270 public function supports ($ packageType )
265271 {
266272 return $ packageType === $ this ->composer_type ;
0 commit comments