Skip to content

Commit

Permalink
#22 - baseclass has a protected property instead of an expected priva…
Browse files Browse the repository at this point in the history
…te one
  • Loading branch information
Ocramius committed Aug 6, 2014
1 parent 42f9f7f commit fe930b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/GeneratedHydratorTestAsset/BaseClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class BaseClass implements BaseInterface
/**
* @var string
*/
protected $privateProperty = 'privatePropertyDefault';
private $privateProperty = 'privatePropertyDefault';

/**
* @return string
Expand Down

0 comments on commit fe930b1

Please sign in to comment.