Skip to content

Commit

Permalink
Update StackFrame.php
Browse files Browse the repository at this point in the history
Support for PHP 8.1
fixed error: str_replace(): Passing null to parameter itsgoingd#3 ($subject) of type array|string is deprecated
  • Loading branch information
caritoz committed Oct 19, 2021
1 parent 0aefae7 commit a36da31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Clockwork/Helpers/StackFrame.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class StackFrame
public $call;
public $function;
public $line;
public $file;
public $file = '';
public $class;
public $object;
public $type;
Expand Down

0 comments on commit a36da31

Please sign in to comment.