Typed object to hold changed files in a git commit.
More...
|
| $added = [] |
|
| $modified = [] |
|
| $deleted = [] |
|
| $renamed = [] |
|
Typed object to hold changed files in a git commit.
◆ __construct()
MediaWiki\Tool\PatchCoverage\GitChanged::__construct |
( |
| $added = [], |
|
|
| $modified = [], |
|
|
| $deleted = [], |
|
|
| $renamed = [] ) |
- Parameters
-
array | $added | |
array | $modified | |
array | $deleted | |
array | $renamed | |
◆ getNewFiles()
MediaWiki\Tool\PatchCoverage\GitChanged::getNewFiles |
( |
| ) |
|
◆ getPreviousFiles()
MediaWiki\Tool\PatchCoverage\GitChanged::getPreviousFiles |
( |
| ) |
|
- Returns
- array|int[]|string[]
The documentation for this class was generated from the following file: