From 8554c0618ea3d039737cfaff6bb5390f8c209f78 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 21 Aug 2024 14:04:18 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- src/Interceptors/src/Context/Target.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Interceptors/src/Context/Target.php b/src/Interceptors/src/Context/Target.php index 859896d1a..e22464ef6 100644 --- a/src/Interceptors/src/Context/Target.php +++ b/src/Interceptors/src/Context/Target.php @@ -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 {