docs: clean unnecessary phpdocs (#880)

This commit is contained in:
Kyrch
2025-07-24 01:22:29 -03:00
committed by GitHub
parent 076eea744a
commit 5c5e96f2e6
2391 changed files with 205 additions and 22883 deletions
@@ -14,9 +14,6 @@ use App\GraphQL\Definition\Directives\Filters\FilterDirective;
use App\GraphQL\Definition\Fields\Field;
use Illuminate\Support\Arr;
/**
* Trait ResolvesArguments.
*/
trait ResolvesArguments
{
use ResolvesDirectives;
@@ -25,7 +22,6 @@ trait ResolvesArguments
* Build the arguments array into string.
*
* @param array $arguments
* @return string
*/
public function buildArguments(array $arguments): string
{
@@ -99,7 +95,6 @@ trait ResolvesArguments
* Resolve the bind argument.
*
* @param array<int, Field> $fields
* @param bool $shouldRequire
* @return string[]
*/
public function resolveBindArgument(array $fields, bool $shouldRequire = true): array