Correctly declare all literal properties
parent
40b33914b3
commit
5d5d6462e3
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue