PHP 8 News: Readonly properties
In PHP 8.1, readonly properties were introduced, which allow you to declare class properties that can only be set once during object initialization and cannot be modified thereafter. This feature brings more immutability to PHP classes, enhancing cod...
antoniosilva.hashnode.dev3 min read