|
@@ -70,7 +70,7 @@ class PackageEvent extends Event
|
|
|
* @param OperationInterface[] $operations
|
|
|
* @param OperationInterface $operation
|
|
|
*/
|
|
|
- public function __construct($eventName, Composer $composer, IOInterface $io, $devMode, RepositoryInterface $localRepo, array $operations = array(), OperationInterface $operation)
|
|
|
+ public function __construct($eventName, Composer $composer, IOInterface $io, $devMode, RepositoryInterface $localRepo, array $operations, OperationInterface $operation)
|
|
|
{
|
|
|
parent::__construct($eventName);
|
|
|
|