Fix initial values of CompletePackage properties

main
Michael Telgmann 3 years ago
parent 9a32bf9709
commit 66fb240e1b
No known key found for this signature in database
GPG Key ID: 58B3260258E8D84B

@ -19,10 +19,10 @@ namespace Composer\Package;
*/
class CompletePackage extends Package implements CompletePackageInterface
{
protected $repositories;
protected $repositories = array();
protected $license = array();
protected $keywords;
protected $authors;
protected $keywords = array();
protected $authors = array();
protected $description;
protected $homepage;
protected $scripts = array();

Loading…
Cancel
Save