wiki.techinc.nl/includes/externalstore
Fomafix f17c297624 Use short assignment operator in PHP
Use
  $var .= $foo
instead of
  $var = $var . $foo

Change-Id: I5dcdd7278e618c14968e5ac1fb8ea43ac2200deb
2019-03-07 09:55:49 +01:00
..
ExternalStore.php Make LocalFile check early if the revision store is available 2018-02-22 22:07:30 +00:00
ExternalStoreDB.php Make ExternalStoreDB "wiki" context override the server "dbname" field 2018-08-15 03:02:56 +00:00
ExternalStoreFactory.php Introduce ExternalStoreFactory 2017-11-14 13:22:12 +00:00
ExternalStoreHttp.php Fix typo accessable --> accessible 2018-03-14 05:25:34 +00:00
ExternalStoreMedium.php Make LocalFile check early if the revision store is available 2018-02-22 22:07:30 +00:00
ExternalStoreMwstore.php Use short assignment operator in PHP 2019-03-07 09:55:49 +01:00