You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments