Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
zendframework/zendframework#6869 - correcting visibility of some supp…
Browse files Browse the repository at this point in the history
…osedly protected/private members
  • Loading branch information
Ocramius committed Nov 29, 2014
1 parent 37d956f commit 7f558a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Hydrator/ObjectPropertyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ class ObjectPropertyTest extends \PHPUnit_Framework_TestCase
/**
* @var ObjectProperty
*/
protected $hydrator;
private $hydrator;

/**
* {@inheritDoc}
*/
public function setUp()
protected function setUp()
{
$this->hydrator = new ObjectProperty();
}
Expand Down

0 comments on commit 7f558a9

Please # to comment.