From 317198e6290acc76fbbb5f4bf6d8ae83506e8083 Mon Sep 17 00:00:00 2001 From: Cameron Eagans Date: Sun, 3 Jun 2018 16:07:30 -0600 Subject: [PATCH] Also remove the call to the method that no longer exists --- src/Plugin/Patches.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Plugin/Patches.php b/src/Plugin/Patches.php index 41ec0fea..389431ee 100644 --- a/src/Plugin/Patches.php +++ b/src/Plugin/Patches.php @@ -340,9 +340,6 @@ public function postInstall(PackageEvent $event) } } // $localPackage->setExtra($extra); - - $this->io->write(''); - $this->writePatchReport($this->patchCollection->getPatchesForPackage($package_name), $install_path); } /**