Commit 760ffd1
Fix validate integer php doc type annotation (#57435)
* Fix validateInteger PHPDoc type annotation
Changed from `array{0: 'strict'}` to `array<int, string>` to
fix PHPStan errors with empty array default value.
* add space
* add space
* Update src/Illuminate/Validation/Concerns/ValidatesAttributes.php
Co-authored-by: Sebastian Hädrich <[email protected]>
---------
Co-authored-by: Sebastian Hädrich <[email protected]>1 parent 29684f5 commit 760ffd1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1553 | 1553 | | |
1554 | 1554 | | |
1555 | 1555 | | |
1556 | | - | |
| 1556 | + | |
1557 | 1557 | | |
1558 | 1558 | | |
1559 | 1559 | | |
| |||
0 commit comments