Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
StyleCIBot committed Aug 21, 2024
1 parent 5b6e9f8 commit 8554c06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Interceptors/src/Context/Target.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ private function __construct(
private readonly ?object $object = null,
private string $delimiter = '.',
private readonly \Closure|array|null $callable = null,
) {}
) {
}

public function __toString(): string
{
Expand Down

0 comments on commit 8554c06

Please sign in to comment.