Skip to content

Commit

Permalink
Fix phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
francoispluchino committed Oct 1, 2014
1 parent 328bb0b commit 3e8e157
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Package/Loader/LazyLoaderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

namespace Fxp\Composer\AssetPlugin\Package\Loader;

use Composer\Package\PackageInterface;
use Fxp\Composer\AssetPlugin\Package\LazyPackageInterface;

/**
Expand All @@ -26,7 +25,7 @@ interface LazyLoaderInterface
*
* @param LazyPackageInterface $package
*
* @return PackageInterface|false
* @return \Composer\Package\PackageInterface|false
*/
public function load(LazyPackageInterface $package);
}

0 comments on commit 3e8e157

Please sign in to comment.