Skip to content

Commit

Permalink
Fix phpdoc annotation without dot
Browse files Browse the repository at this point in the history
  • Loading branch information
francoispluchino committed Oct 12, 2016
1 parent 19e7f04 commit 920c5f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Repository/AbstractAssetVcsRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public function getComposerPackageName()
*
* @return VcsDriverInterface
*
* @throws \InvalidArgumentException When not driver found.
* @throws \InvalidArgumentException When not driver found
*/
protected function initDriver()
{
Expand Down
2 changes: 1 addition & 1 deletion Repository/FilterUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static function getVersionConstraint($normalizedVersion, VersionParser $v
/**
* Find the stability name with the stability value.
*
* @param int $level The stability level.
* @param int $level The stability level
*
* @return string The stability name
*/
Expand Down

0 comments on commit 920c5f8

Please sign in to comment.