[PhpUnitBridge] fix uninitialized variable

This commit is contained in:
Nicolas Grekas 2019-09-19 16:48:53 +02:00
parent 9d882e8ce2
commit 2f6dc5eed1
1 changed files with 5 additions and 6 deletions

View File

@ -52,16 +52,15 @@ class Deprecation
*/
private $triggeringFile;
/** @var string[] absolute paths to vendor directories */
/** @var string[] Absolute paths to vendor directories */
private static $vendors;
/**
* @var string[] absolute paths to source or tests of the project. This
* excludes cache directories, because it is based on
* autoloading rules and cache systems typically do not use
* those.
* @var string[] Absolute paths to source or tests of the project, cache
* directories exlcuded because it is based on autoloading
* rules and cache systems typically do not use those
*/
private static $internalPaths;
private static $internalPaths = [];
/**
* @param string $message