mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Added array declaration to VersionProvider::$modules
Co-authored-by: Robbie Averill <robbie@averill.co.nz>
This commit is contained in:
parent
84235c6518
commit
fcc7a9ce5b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user