]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/config/ConfigIO.php
Replace $GLOBALS configuration with the configuration manager in the whole code base
[github/shaarli/Shaarli.git] / application / config / ConfigIO.php
index 2b68fe6ab7b4af924371bf7b1403a0f39d2f784f..4b1c990138e3c15a353822078e0968918a2ec16c 100644 (file)
@@ -21,6 +21,8 @@ interface ConfigIO
      *
      * @param string $filepath Config file absolute path.
      * @param array  $conf   All configuration in an array.
+     *
+     * @return bool True if the configuration has been successfully written, false otherwise.
      */
     function write($filepath, $conf);