File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/Illuminate/Validation Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1123,7 +1123,7 @@ public function parseTable($table)
1123
1123
*
1124
1124
* @param array<int, int|string> $parameters
1125
1125
* @param string $attribute
1126
- * @return bool
1126
+ * @return int|string
1127
1127
*/
1128
1128
public function getQueryColumn ($ parameters , $ attribute )
1129
1129
{
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ public static function numeric()
250
250
/**
251
251
* Get an "any of" rule builder instance.
252
252
*
253
- * @param array
253
+ * @param array $rules
254
254
* @return \Illuminate\Validation\Rules\AnyOf
255
255
*
256
256
* @throws \InvalidArgumentException
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class ArrayRule implements Stringable
19
19
/**
20
20
* Create a new array rule instance.
21
21
*
22
- * @param array|null $keys
22
+ * @param \Illuminate\Contracts\Support\Arrayable| array|null $keys
23
23
*/
24
24
public function __construct ($ keys = null )
25
25
{
You can’t perform that action at this time.
0 commit comments