silverstripe / silverstripe-versioned

Versioning for Silverstripe model
BSD 3-Clause "New" or "Revised" License
8 stars 34 forks source link

FIX Respect new typehints #469

Closed GuySartorelli closed 2 months ago

GuySartorelli commented 3 months ago

Respects the fact that obj() can now return null. There are other places where obj() is called that I have intentionally not updated, either because they won't cause problems or because they shouldn't fail silently.

Issue