Skip to content

Commit

Permalink
@var from SimpleValueObject mixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyoak committed Aug 31, 2015
1 parent d707470 commit 6e10495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DataType/SimpleValueObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
abstract class SimpleValueObject
{
/**
* @var string|int|null|...
* @var mixed
*/
private $value;

/**
* SimpleValueObject constructor.
*
* @param int|null|string $value
* @param mixed $value
*/
public function __construct($value)
{
Expand Down

0 comments on commit 6e10495

Please sign in to comment.