Skip to content

Commit 856ce5a

Browse files
Merge branch '4.4' into 4.5
2 parents 69fdcbd + 2047ae1 commit 856ce5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Framework/TestCase.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -1666,8 +1666,8 @@ public static function onConsecutiveCalls()
16661666
}
16671667

16681668
/**
1669-
* @param mixed $data The data to export as a string
1670-
* @param SebastianBergmann\Exporter\Context $processed Contains all objects and arrays that have previously been processed
1669+
* @param mixed $data The data to export as a string
1670+
* @param SebastianBergmann\RecursionContext\Context $processed Contains all objects and arrays that have previously been processed
16711671
* @return string
16721672
* @since Method available since Release 3.2.1
16731673
*/
@@ -1677,7 +1677,7 @@ protected function dataToString(&$data, $processed = null)
16771677
$exporter = new Exporter();
16781678

16791679
if (!$processed) {
1680-
$processed = new Context();
1680+
$processed = new Context;
16811681
}
16821682

16831683
$processed->add($data);

0 commit comments

Comments
 (0)