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
[Side effects] A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 11 and the first side effect is on line 11.
(In this case line 11 references the first line in the code snippet above.)
I believe this might be a php 8.2 issue as readonly classes were only recently introduced.
Thanks :)
The text was updated successfully, but these errors were encountered:
If you have a class like this:
Then the following failure is shown:
(In this case line 11 references the first line in the code snippet above.)
I believe this might be a php 8.2 issue as readonly classes were only recently introduced.
Thanks :)
The text was updated successfully, but these errors were encountered: