Skip to content

Commit 4e76666

Browse files
authored
[8.x] Use Psy\debug() function instead of deprecated method. (#1121)
See bobthecow/psysh@d7aaa3f Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 3412c77 commit 4e76666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Browser.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ public function dd()
768768
*/
769769
public function tinker()
770770
{
771-
\Psy\Shell::debug([
771+
\Psy\debug([
772772
'browser' => $this,
773773
'driver' => $this->driver,
774774
'resolver' => $this->resolver,

0 commit comments

Comments
 (0)