You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SourceFileProcessor::$modifiedFiles ends up being null if the list of
modified files is empty. Since it is null, and not an empty string, this
would throw a TypeError because null is not an array.
The fix is to initialize SourceFileProcessor::$modifiedFiles on object
construction.
0 commit comments