Commit 5a3f81b
Prevent PHP 8.4 deprecation warning (#954)
* prevent PHP 8.4 deprecation for default null value without nullable type declaration
* Add php-cs-fixer rule to prevent nullable deprecations
---------
Co-authored-by: Alex Bouma <[email protected]>1 parent c26ecb6 commit 5a3f81b
File tree
2 files changed
+2
-1
lines changed- src/Sentry/Laravel/Features
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
0 commit comments