ソースを参照

Correctly declare all literal properties

Nils Adermann 13 年 前
コミット
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)
     {