Skip to content

Commit

Permalink
add more specific phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu authored and jordisala1991 committed Apr 16, 2021
1 parent 965aeaa commit e62545a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Filter/Filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ public function isActive()
*
* @return string[]
*
* @phpstan-param array{type?: string|int|null, value?: mixed} $data
* @phpstan-param array{type?: int|null, value?: mixed} $data
* @phpstan-return array{string, string}
*/
protected function association(BaseProxyQueryInterface $query, array $data)
{
Expand Down

0 comments on commit e62545a

Please sign in to comment.