File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
use SebastianBergmann \GlobalState \Snapshot ;
12
12
use SebastianBergmann \GlobalState \Restorer ;
13
13
use SebastianBergmann \GlobalState \Blacklist ;
14
- use SebastianBergmann \Exporter \Context ;
14
+ use SebastianBergmann \RecursionContext \Context ;
15
15
use SebastianBergmann \Exporter \Exporter ;
16
16
17
17
/**
@@ -1618,8 +1618,8 @@ public static function onConsecutiveCalls()
1618
1618
}
1619
1619
1620
1620
/**
1621
- * @param mixed $data The data to export as a string
1622
- * @param SebastianBergmann\Exporter \Context $processed Contains all objects and arrays that have previously been processed
1621
+ * @param mixed $data The data to export as a string
1622
+ * @param SebastianBergmann\RecursionContext \Context $processed Contains all objects and arrays that have previously been processed
1623
1623
* @return string
1624
1624
* @since Method available since Release 3.2.1
1625
1625
*/
@@ -1629,7 +1629,7 @@ protected function dataToString(&$data, $processed = null)
1629
1629
$ exporter = new Exporter ();
1630
1630
1631
1631
if (!$ processed ) {
1632
- $ processed = new Context () ;
1632
+ $ processed = new Context ;
1633
1633
}
1634
1634
1635
1635
$ processed ->add ($ data );
You can’t perform that action at this time.
0 commit comments