Skip to content

Commit

Permalink
Update phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
francoispluchino committed Oct 1, 2014
1 parent d3eb0c9 commit 328bb0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package/Loader/LazyAssetPackageLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ protected function validateConfig()
*
* @param LazyPackageInterface $package
*
* @return false|PackageInterface
* @return PackageInterface|false
*/
protected function loadRealPackage(LazyPackageInterface $package)
{
Expand All @@ -213,7 +213,7 @@ protected function loadRealPackage(LazyPackageInterface $package)
* @param LazyPackageInterface $package
* @param false|array $data
*
* @return false|PackageInterface
* @return PackageInterface|false
*/
protected function convertRealPackage(LazyPackageInterface $package, $data)
{
Expand Down

0 comments on commit 328bb0b

Please sign in to comment.