We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afdf06 commit 380b4bdCopy full SHA for 380b4bd
resources/functionMap_php80delta_bleedingEdge.php
@@ -6,7 +6,7 @@
6
'array_rand\'1' => ['int|string', 'input'=>'non-empty-array'],
7
],
8
'old' => [
9
- 'array_rand' => ['int|string|array<int,int>|array<int,string>', 'input'=>'array', 'num_req'=>'positive-int'],
+ 'array_rand' => ['int|string|array<int,int>|array<int,string>', 'input'=>'array', 'num_req'=>'int'],
10
'array_rand\'1' => ['int|string', 'input'=>'array'],
11
12
];
0 commit comments