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
The internal class can be simplified by using psalm annotations to mark properties readonly and make them public. Write access would be detected by psalm and thrown as error.
php-soap-client-options/src/Params/Location.php
Line 12 in 3370994
The internal class can be simplified by using psalm annotations to mark properties readonly and make them public. Write access would be detected by psalm and thrown as error.
When not having the requirement of php 7.2 (which still exists) https://github.com/Roave/you-are-using-it-wrong can be used afterwards to enforce the correct use of the library.
The text was updated successfully, but these errors were encountered: