Skip to content

Commit 3d6600d

Browse files
Merge branch '4.5'
2 parents ed14644 + 856ce5a commit 3d6600d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Framework/TestCase.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1664,8 +1664,8 @@ public static function onConsecutiveCalls()
16641664
}
16651665

16661666
/**
1667-
* @param mixed $data The data to export as a string
1668-
* @param SebastianBergmann\Exporter\Context $processed Contains all objects and arrays that have previously been processed
1667+
* @param mixed $data The data to export as a string
1668+
* @param SebastianBergmann\RecursionContext\Context $processed Contains all objects and arrays that have previously been processed
16691669
* @return string
16701670
* @since Method available since Release 3.2.1
16711671
*/
@@ -1675,7 +1675,7 @@ protected function dataToString(&$data, $processed = null)
16751675
$exporter = new Exporter();
16761676

16771677
if (!$processed) {
1678-
$processed = new Context();
1678+
$processed = new Context;
16791679
}
16801680

16811681
$processed->add($data);

0 commit comments

Comments
 (0)