interface ChangeReportInterface
ChangeReport interface.
@author Sascha Egerer <sascha.egerer@dkd.de>
Hierarchy
- interface \Composer\Downloader\ChangeReportInterface
Expanded class hierarchy of ChangeReportInterface
All classes that implement ChangeReportInterface
1 file declares its use of ChangeReportInterface
- StatusCommand.php in vendor/
composer/ composer/ src/ Composer/ Command/ StatusCommand.php
File
-
vendor/
composer/ composer/ src/ Composer/ Downloader/ ChangeReportInterface.php, line 22
Namespace
Composer\DownloaderView source
interface ChangeReportInterface {
/**
* Checks for changes to the local copy
*
* @param PackageInterface $package package instance
* @param string $path package directory
* @return string|null changes or null
*/
public function getLocalChanges(PackageInterface $package, string $path) : ?string;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
ChangeReportInterface::getLocalChanges | public | function | Checks for changes to the local copy | 6 |