From dc40bf9f51aca649da499a11928339955c2bb0f1 Mon Sep 17 00:00:00 2001 From: Bryan Davis Date: Mon, 26 Oct 2015 21:07:03 -0600 Subject: [PATCH] Remove unused local variables from AliasPackage --- src/Composer/Package/AliasPackage.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Composer/Package/AliasPackage.php b/src/Composer/Package/AliasPackage.php index 8e1bb88fe..e7df39800 100644 --- a/src/Composer/Package/AliasPackage.php +++ b/src/Composer/Package/AliasPackage.php @@ -32,8 +32,6 @@ class AliasPackage extends BasePackage implements CompletePackageInterface protected $conflicts; protected $provides; protected $replaces; - protected $recommends; - protected $suggests; /** * All descendants' constructors should call this parent constructor