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:
@@ -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
|
||||
|
Reference in New Issue
Block a user