Commit 9c19bfe
committed
replace CPP with non-nullable property
Using constructor property promotion for the $metaFile property does not
make much sense for two reasons:
* We need to declare it nullable just for the sake of the constructor
accepting null while the property itself will always receive a string.
* The initially set value is immediately overwritten in the constructor.1 parent b9a04fe commit 9c19bfe
1 file changed
Lines changed: 3 additions & 1 deletion
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
34 | | - | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
0 commit comments