1
0
Fork 0
pull/2136/head
Sascha Egerer 2013-07-31 19:41:29 +02:00
parent 667176d1d0
commit 49d89bbbfc
1 changed files with 1 additions and 1 deletions

View File

@ -28,5 +28,5 @@ interface ChangeReportInterface
* @param PackageInterface $package package instance
* @return string|null changes or null
*/
public function getLocalChanges($path, PackageInterface $package);
public function getLocalChanges($path, PackageInterface $package);
}