From 5ec263579b828c992a878fbc3af42813a4c3ddf0 Mon Sep 17 00:00:00 2001 From: tabuna Date: Fri, 15 Mar 2024 23:21:23 +0000 Subject: [PATCH] Fixed code style --- src/Facades/RPC.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Facades/RPC.php b/src/Facades/RPC.php index 3371ab9..e7959a8 100644 --- a/src/Facades/RPC.php +++ b/src/Facades/RPC.php @@ -12,8 +12,8 @@ /** * Class RPC * - * @method static void bind(string $key, string|callable $binder) - * @method static void model(string $key, string $class, Closure|null $callback = null) + * @method static void bind(string $key, string|callable $binder) + * @method static void model(string $key, string $class, Closure|null $callback = null) * @method static array bindResolve(string $procedure, Collection $params) * * @see \Sajya\Server\Binding