浏览代码

Correctly declare all literal properties

Nils Adermann 14 年之前
父节点
当前提交
5d5d6462e3
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/Composer/DependencyResolver/Literal.php

+ 2 - 0
src/Composer/DependencyResolver/Literal.php

@@ -19,7 +19,9 @@ use Composer\Package\PackageInterface;
  */
 class Literal
 {
+    protected $package;
     protected $wanted;
+    protected $id;
 
     public function __construct(PackageInterface $package, $wanted)
     {