Sascha Egerer 11 years ago
parent
commit
49d89bbbfc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Composer/Downloader/ChangeReportInterface.php

+ 1 - 1
src/Composer/Downloader/ChangeReportInterface.php

@@ -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);
 }