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
Type hinted properties are only supported on PHP 7.4+, so the recent changes in #48 inadvertently broke the package on PHP 7.1-7.3
Removing the type hint fixes the package for older PHP versions.