Skip to content

Commit 5606f01

Browse files
stronglabAleksandr Demchenko
andauthored
add type to possibleParameters (#390)
Co-authored-by: Aleksandr Demchenko <[email protected]>
1 parent ea91ad0 commit 5606f01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Numbers/Filter/AvailableNumbers.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ class AvailableNumbers implements FilterInterface
3535
'index' => 'integer',
3636
'has_application' => 'boolean',
3737
'application_id' => 'string',
38-
'features' => 'string'
38+
'features' => 'string',
39+
'type' => 'string',
3940
];
4041

4142
/**

0 commit comments

Comments
 (0)