sailor icon indicating copy to clipboard operation
sailor copied to clipboard

Fix name conflict with protected property `$properties`

Open spawnia opened this issue 4 months ago • 0 comments

Resolves https://github.com/spawnia/sailor/issues/121

  • [x] Added automated tests
  • [x] Documented for all relevant versions
  • [ ] Updated the changelog

Changes

Call __set to avoid setting the protected property $properties instead of the magic atttribute of the same name.

Breaking changes

None.

spawnia avatar Jun 04 '25 20:06 spawnia