wiki.techinc.nl/includes/cache/localisation
Lucas Werkmeister 799716d78f Remove unneeded isset() before unset()
unset() does not throw an error if the value to be unset does not exist
in the first place, so guarding it with an isset() check is unnecessary.
Remove a few ifs that didn’t do anything else.

Change-Id: Ie5493c8a4c4d25e12a029d0257374527cd12303d
2020-11-10 16:52:14 +01:00
..
Hook Document hook names in hook interfaces. 2020-09-27 12:03:12 +02:00
LCStore.php Add missing public visibility on methods of cache related classes 2020-05-09 10:47:45 +00:00
LCStoreCDB.php Remove terminating line breaks from debug messages 2020-06-03 12:01:16 +10:00
LCStoreDB.php
LCStoreNull.php
LCStoreStaticArray.php language: Avoid LCStoreStaticArray::decode() recursion for arrays 2020-05-04 17:46:04 +01:00
LocalisationCache.php Remove unneeded isset() before unset() 2020-11-10 16:52:14 +01:00
LocalisationCacheBulkLoad.php Remove terminating line breaks from debug messages 2020-06-03 12:01:16 +10:00