]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/config/ConfigIO.php
Adds ConfigJson which handle the configuration in JSON format.
[github/shaarli/Shaarli.git] / application / config / ConfigIO.php
index 4b1c990138e3c15a353822078e0968918a2ec16c..2b68fe6ab7b4af924371bf7b1403a0f39d2f784f 100644 (file)
@@ -21,8 +21,6 @@ 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);