silverstripe-fulltextsearch/src/Search/Services
GuySartorelli 2c0e2df02d
FIX Don't assume DataObject::canView always returns bool (#306)
Because there is no return value typehinting in DataObject::canView, the value returned from that method can be of any type. We must cast to boolean before returning the value to avoid possible errors with non-boolean return types.
2022-01-27 11:23:19 +13:00
..
SearchableService.php FIX Don't assume DataObject::canView always returns bool (#306) 2022-01-27 11:23:19 +13:00