Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored and github-actions[bot] committed Mar 15, 2024
1 parent 502deb4 commit 5ec2635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Facades/RPC.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ec2635

Please sign in to comment.