Skip to content

Commit

Permalink
Merge pull request #104 from blanchonvincent/hotfix/tests-asset-property
Browse files Browse the repository at this point in the history
Fix property visibility for PR #83
  • Loading branch information
Ocramius committed Oct 3, 2013
2 parents ef07cbf + 013e325 commit 38cea18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ProxyManagerTestAsset/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 38cea18

Please sign in to comment.