silverstripe-fulltextsearch/src
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
..
Search FIX Don't assume DataObject::canView always returns bool (#306) 2022-01-27 11:23:19 +13:00
Solr DEP Allow symfony 4 2021-12-08 15:24:29 +13:00
State API More TestState into source folder from tests 2018-01-10 15:16:04 +13:00
Utils ENH Show error message instead of error code on WebDAV check 2021-11-21 16:12:02 +13:00