Skip to content

Commit d969b21

Browse files
Cleanup
1 parent a62ff4d commit d969b21

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/DifferTest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ class DifferTest extends \PHPUnit_Framework_TestCase
4949
const ADDED = 1;
5050
const OLD = 0;
5151

52-
private $diff;
52+
/**
53+
* @var Differ
54+
*/
55+
private $differ;
5356

5457
protected function setUp()
5558
{

0 commit comments

Comments
 (0)