Skip to content

Commit

Permalink
Merge pull request #209 from doctrine/malarzm-patch-1
Browse files Browse the repository at this point in the history
Change Annotation::value typehint to mixed
  • Loading branch information
malarzm authored May 22, 2018
2 parents dd5839f + 199df6a commit 6d53f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/Annotations/Annotation.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Annotation
/**
* Value property. Common among all derived classes.
*
* @var string
* @var mixed
*/
public $value;

Expand Down

0 comments on commit 6d53f10

Please sign in to comment.