Commit 0daa9b8
committed
chore: safely eliminate future 8.4 deprecation warning
RFC: https://wiki.php.net/rfc/deprecate-implicitly-nullable-types
Proposed fix: `?T`
Can be auto-fixed with `PHP_CodeSniffer` using the sniff `SlevomatCodingStandard.TypeHints.NullableTypeForNullDefaultValue`
A TOTAL OF 281 ERRORS WERE FIXED IN 172 FILES
I manually reviewed each change.1 parent 0db659f commit 0daa9b8
File tree
138 files changed
+223
-223
lines changed- apps
- comments/lib/Dav
- dav
- lib
- CardDAV
- Connector/Sabre
- Exception
- DAV/Sharing/Xml
- TrashBin
- tests/unit/Connector/Sabre
- federatedfilesharing/lib
- BackgroundJob
- Command
- federation/lib/BackgroundJob
- files_external/lib/Lib/Backend
- files_sharing/lib
- External
- files_trashbin/lib
- BackgroundJob
- Command
- files_versions/lib
- BackgroundJob
- Command
- files/lib/BackgroundJob
- updatenotification/lib
- core/Command/User
- lib
- private
- Activity
- AppFramework
- Db
- Http
- App
- BackgroundJob
- Comments
- Console
- DB
- Diagnostics
- Encryption
- Files
- External
- Auth/Password
- Node
- Storage/Wrapper
- Group
- Helper
- Hooks
- IntegrityCheck
- L10N
- License
- Migration
- Security
- CSRF/TokenStorage
- SignedUrl
- User
- legacy
- public
- AppFramework/Http
- App
- Authentication/Exceptions
- BackgroundJob
- Comments
- Diagnostics
- Encryption/Exceptions
- Files
- External
- License
- Lock
- SystemTag
- User
- settings
- Controller
- Panels/Admin
- tests
- TestHelpers
- acceptance/features
- bootstrap
- lib
- lib
- Comments
- Files/Storage
- Traits
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
138 files changed
+223
-223
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
| 293 | + | |
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
469 | | - | |
| 469 | + | |
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments