silverstripe / silverstripe-restfulserver

RestfulServer module for Silverstripe CMS
http://www.silverstripe.org/restfulserver-module/
BSD 3-Clause "New" or "Revised" License
45 stars 48 forks source link

FIX Respect new typehints #133

Closed GuySartorelli closed 2 weeks ago

GuySartorelli commented 2 weeks 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