File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -573,7 +573,7 @@ protected static function removeDots($path) {
573
573
}
574
574
575
575
/**
576
- * Handle some Pattern Lab specific tasks based on what's found in the package's composer.json file
576
+ * Handle some Pattern Lab specific tasks based on what's found in the package's composer.json file on install
577
577
* @param {Array} the info culled from installing various pattern lab-related packages
578
578
*/
579
579
protected static function packagesInstall ($ installerInfo ) {
@@ -637,12 +637,10 @@ protected static function packagesInstall($installerInfo) {
637
637
}
638
638
639
639
/**
640
- * Make sure pattern engines and listeners are removed on uninstall
641
- * @param {String} the name of the package to be removed
642
- * @param {String} the type of the package to be removed
643
- * @param {String} the path of the package to be removed
640
+ * Handle some Pattern Lab specific tasks based on what's found in the package's composer.json file on uninstall
641
+ * @param {Array} the info culled from installing various pattern lab-related packages
644
642
*/
645
- public static function packagesRemove ($ name , $ type , $ pathBase ) {
643
+ public static function packagesRemove ($ installerInfo ) {
646
644
647
645
// run the console and config inits
648
646
self ::init ();
You can’t perform that action at this time.
0 commit comments