Added array declaration to VersionProvider::$modules

Co-authored-by: Robbie Averill <robbie@averill.co.nz>
This commit is contained in:
Jackson Darlow 2020-06-15 11:44:43 +12:00 committed by GitHub
parent 84235c6518
commit fcc7a9ce5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ class VersionProvider
/** /**
* @var array * @var array
*/ */
private static $modules; private static $modules = [];
/** /**
* Gets a comma delimited string of package titles and versions * Gets a comma delimited string of package titles and versions