Skip to content

Commit

Permalink
Fix phpdoc annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaszak committed Mar 19, 2016
1 parent b389ca0 commit 5178354
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Link.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Link

/**
*
* @var IFormatterLink
* @var RouteFormatter
*/
private $formatter;

Expand Down Expand Up @@ -54,7 +54,8 @@ public static function instance(): Link

/**
*
* @param IFormatterLink $formatter
* @param RouteFormatter $formatter
* @param Host $host
*/
public function set(RouteFormatter $formatter, Host $host = null)
{
Expand Down

0 comments on commit 5178354

Please sign in to comment.