wiki.techinc.nl/includes/externalstore
Daimona Eaytoy f5eaf6470b externalstore: Fix insert*() return docs and remove redundant checks
ExternalStorage::insertWithFallback is reported to return false on
failure, but it doesn't. It has a single exit point, and return value is
checked with strlen(), so actually it can only return the URL or throw.
Thus, update any related doc and remove a redundant check from code
calling insertToDefault.

Change-Id: Ic95c3aed19118b987aef105f8077d55558f39127
2019-06-13 18:23:23 +00:00
..
ExternalStore.php externalstore: Fix insert*() return docs and remove redundant checks 2019-06-13 18:23:23 +00:00
ExternalStoreDB.php externalstore: Fix insert*() return docs and remove redundant checks 2019-06-13 18:23:23 +00:00
ExternalStoreFactory.php Introduce ExternalStoreFactory 2017-11-14 13:22:12 +00:00
ExternalStoreHttp.php Deprecate the Http class 2019-05-06 12:07:26 +03:00
ExternalStoreMedium.php Make LocalFile check early if the revision store is available 2018-02-22 22:07:30 +00:00
ExternalStoreMwstore.php externalstore: Fix insert*() return docs and remove redundant checks 2019-06-13 18:23:23 +00:00