-
Notifications
You must be signed in to change notification settings - Fork 40
Commit 9b62986
Fix PHP 8.4 deprecation warnings for implicitly nullable parameters
- Container.stub: Make $filterType explicitly nullable (?string)
- Selection.stub: Make $offset explicitly nullable (?int)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent a003372 commit 9b62986
File tree
2 files changed
+2
-2
lines changed- stubs
- ComponentModel
- Database/Table
2 files changed
+2
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | - | ||
13 | + | ||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | - | ||
17 | + | ||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
|
0 commit comments