Skip to content

Commit

Permalink
add type to possibleParameters (#390)
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksandr Demchenko <[email protected]>
  • Loading branch information
stronglab and Aleksandr Demchenko authored Mar 22, 2023
1 parent ea91ad0 commit 5606f01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Numbers/Filter/AvailableNumbers.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ class AvailableNumbers implements FilterInterface
'index' => 'integer',
'has_application' => 'boolean',
'application_id' => 'string',
'features' => 'string'
'features' => 'string',
'type' => 'string',
];

/**
Expand Down

0 comments on commit 5606f01

Please sign in to comment.