소스 검색

Remove unused local variables from AliasPackage

Bryan Davis 9 년 전
부모
커밋
dc40bf9f51
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/Composer/Package/AliasPackage.php

+ 0 - 2
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