File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1664,8 +1664,8 @@ public static function onConsecutiveCalls()
1664
1664
}
1665
1665
1666
1666
/**
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
1669
1669
* @return string
1670
1670
* @since Method available since Release 3.2.1
1671
1671
*/
@@ -1675,7 +1675,7 @@ protected function dataToString(&$data, $processed = null)
1675
1675
$ exporter = new Exporter ();
1676
1676
1677
1677
if (!$ processed ) {
1678
- $ processed = new Context () ;
1678
+ $ processed = new Context ;
1679
1679
}
1680
1680
1681
1681
$ processed ->add ($ data );
You can’t perform that action at this time.
0 commit comments