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
Improve AddfileTest based on code review suggestions
- Make all arrays in `dataAddFile` multi-line arrays for consistency.
- Use an instance of `File` instead of `stdClass` to avoid issues in
PHPCS 4 as it declares the type of the parameters in the
`FileList::addFile()` method signature.
0 commit comments