Skip to content

Commit

Permalink
Fixed @params
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
brandonkelly committed Dec 13, 2024
1 parent d622b61 commit 7ed7634
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/services/Gql.php
Original file line number Diff line number Diff line change
Expand Up @@ -1154,8 +1154,7 @@ public function getSchemas(): array
/**
* Returns the content arguments
*
* @param string $elementType
* @phpstorm-param class-string<BaseElementInterface> $elementType
* @param class-string<BaseElementInterface> $elementType
* @param callable $setter
* @phpstan-param callable():array $setter
* @return array
Expand All @@ -1172,8 +1171,7 @@ public function getOrSetContentArguments(string $elementType, callable $setter):
/**
* Returns the content arguments for a given element type and field layouts.
*
* @param string $elementType
* @phpstorm-param class-string<BaseElementInterface> $elementType
* @param class-string<BaseElementInterface> $elementType
* @param FieldLayout[] $fieldLayouts
* @return array
* @since 5.0.0
Expand Down Expand Up @@ -1201,8 +1199,7 @@ public function defineContentArgumentsForFieldLayouts(string $elementType, array
/**
* Returns the content arguments for a given element type and custom fields.
*
* @param string $elementType
* @phpstorm-param class-string<BaseElementInterface> $elementType
* @param class-string<BaseElementInterface> $elementType
* @param FieldInterface[] $fields
* @return array
* @since 5.0.0
Expand Down

0 comments on commit 7ed7634

Please sign in to comment.