File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -52,16 +52,15 @@ class Deprecation
52
52
*/
53
53
private $ triggeringFile ;
54
54
55
- /** @var string[] absolute paths to vendor directories */
55
+ /** @var string[] Absolute paths to vendor directories */
56
56
private static $ vendors ;
57
57
58
58
/**
59
- * @var string[] absolute paths to source or tests of the project. This
60
- * excludes cache directories, because it is based on
61
- * autoloading rules and cache systems typically do not use
62
- * those.
59
+ * @var string[] Absolute paths to source or tests of the project, cache
60
+ * directories exlcuded because it is based on autoloading
61
+ * rules and cache systems typically do not use those
63
62
*/
64
- private static $ internalPaths ;
63
+ private static $ internalPaths = [] ;
65
64
66
65
/**
67
66
* @param string $message
You can’t perform that action at this time.
0 commit comments