Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Tubach committed Dec 4, 2023
1 parent a650db5 commit 34e2950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Civi/RemoteTools/Api4/Query/ConditionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

/**
* @phpstan-type comparisonT array{string, string, 2?: scalar|array<scalar>}
* Actually this should be: array{string, array<int, ComparisonT|CompositeConditionT>}, so that is not possible
* Actually this should be: array{string, array<int, ComparisonT|CompositeConditionT>}, though that is not possible.
* @phpstan-type compositeConditionT array{string, array<int, array<int, mixed>>}
*/
interface ConditionInterface {
Expand Down

0 comments on commit 34e2950

Please sign in to comment.