Browse Source

Correctly declare all literal properties

Nils Adermann 13 năm trước cách đây
mục cha
commit
5d5d6462e3
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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)
     {