Pico/lib
Daniel Rudolf 9a702415fb Remove return $config in config/config.php
I always thought that doing this is pretty unusual... But now it simply breaks BC - please refer to @Lomanic's [comment](https://github.com/picocms/Pico/pull/260#issuecomment-152610857). Using a return statement has no advantages, but increases the probability that something goes wrong (e.g. a clueless user removes the return statement). It was introduced with 23b90e2, but we never released it ([v0.9.1](4cb2b24fae/lib/pico.php (L188-L189))). Removing the return statement shouldn't cause any problems even for users which installed Pico in the meantime. As a result we don't break BC and moreover remove a prior BC break 😃
2015-10-31 00:32:08 +01:00
..
AbstractPicoPlugin.php Various small improvements 2015-10-29 02:55:30 +01:00
Pico.php Remove return $config in config/config.php 2015-10-31 00:32:08 +01:00
PicoPluginInterface.php Various small improvements 2015-10-29 02:55:30 +01:00