Skip to content
Snippets Groups Projects
Commit b8c2f8f2 authored by catch's avatar catch
Browse files

Issue #2614764 by snehi, priya.chat, rakesh.gectcr, anil280988, amit.drupal,...

Issue #2614764 by snehi, priya.chat, rakesh.gectcr, anil280988, amit.drupal, jhodgdon: Wrong @param doc in class Composer
parent ad0a90f3
No related branches found
Tags 8.0-alpha4
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -143,7 +143,9 @@ public static function ensureHtaccess(Event $event) {
/**
* Remove possibly problematic test files from vendored projects.
*
* @param \Composer\Script\Event $event
* @param \Composer\Installer\PackageEvent $event
* A PackageEvent object to get the configured composer vendor directories
* from.
*/
public static function vendorTestCodeCleanup(PackageEvent $event) {
$vendor_dir = $event->getComposer()->getConfig()->get('vendor-dir');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment