Skip to content

Commit

Permalink
fixed return values documentation (solariumphp#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner authored Jul 12, 2021
1 parent 38a08f3 commit fa93d0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Component/RequestBuilder/RequestParamsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ trait RequestParamsTrait
*
* @param string $key
*
* @return string|array
* @return string|array|null
*/
public function getParam(string $key)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Component/Result/Grouping/Result.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function getGroups(): array
*
* @param string $key
*
* @return FieldGroup|QueryGroup
* @return FieldGroup|QueryGroup|null
*/
public function getGroup(string $key)
{
Expand Down

0 comments on commit fa93d0d

Please sign in to comment.