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

[ticket/16955] Clean up composer classes and fix typos in exceptions

PHPBB3-16955
This commit is contained in:
Marc Alexander
2022-12-27 16:15:46 +01:00
parent 35228ffd62
commit 2aed7ff4e3
6 changed files with 36 additions and 23 deletions

View File

@@ -57,11 +57,11 @@ interface manager_interface
/**
* Tells whether or not a package is managed by Composer.
*
* @param string $packages Package name
* @param string $package Package name
*
* @return bool
*/
public function is_managed($packages);
public function is_managed($package);
/**
* Returns the list of managed packages for the current type