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
// Following isn't possible in PHP 7.4 with declared properties types
176
176
Action::$view = null;
177
177
```
178
+
Also, see most recent [Write-Once Properties](https://wiki.php.net/rfc/write_once_properties) RFC that aimed to address this issue.
178
179
179
180
### Class static initialization
180
181
This implementation relies on class static initialization which was proposed in [Static Class Constructor](https://wiki.php.net/rfc/static_class_constructor).
0 commit comments