Skip to content

Commit

Permalink
[8.x] Use Psy\debug() function instead of deprecated method. (#1121)
Browse files Browse the repository at this point in the history
See bobthecow/psysh@d7aaa3f

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone authored Aug 22, 2024
1 parent 3412c77 commit 4e76666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Browser.php
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ public function dd()
*/
public function tinker()
{
\Psy\Shell::debug([
\Psy\debug([
'browser' => $this,
'driver' => $this->driver,
'resolver' => $this->resolver,
Expand Down

0 comments on commit 4e76666

Please sign in to comment.