Skip to content

Commit

Permalink
fixed doc blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mhor committed Jan 24, 2015
1 parent ee7b3eb commit dfa853a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/Attribute/Duration.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ class Duration implements AttributeInterface

/**
* @param $duration
* @return Duration
*/
public function __construct($duration)
{
Expand Down
1 change: 0 additions & 1 deletion src/Attribute/Mode.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class Mode implements AttributeInterface
/**
* @param string $shortName
* @param string $fullName
* @return Mode
*/
public function __construct($shortName, $fullName)
{
Expand Down
2 changes: 0 additions & 2 deletions src/Attribute/Rate.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ class Rate implements AttributeInterface
/**
* @param $absoluteValue
* @param $textValue
*
* @return Rate
*/
public function __construct($absoluteValue, $textValue)
{
Expand Down
2 changes: 0 additions & 2 deletions src/Attribute/Size.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ class Size implements AttributeInterface

/**
* @param int $size
*
* @return Size
*/
public function __construct($size)
{
Expand Down

0 comments on commit dfa853a

Please sign in to comment.