1
0
Fork 0

Correctly declare all literal properties

pull/122/head
Nils Adermann 2011-11-21 16:13:23 +01:00
parent 40b33914b3
commit 5d5d6462e3
1 changed files with 2 additions and 0 deletions

View File

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