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