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
Currently, all config options objects extend Laminas' AbstractOptions, which requires a setter to hydrate the properties, and therefore, a getter to ensure readonly access.
Find a way to hydrate objects via constructor to ensure all props can be set as public readonly.
The text was updated successfully, but these errors were encountered:
Currently, all config options objects extend Laminas' AbstractOptions, which requires a setter to hydrate the properties, and therefore, a getter to ensure readonly access.
Find a way to hydrate objects via constructor to ensure all props can be set as
public readonly
.The text was updated successfully, but these errors were encountered: