]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/FileUtils.php
Add history entries for API endpoint
[github/shaarli/Shaarli.git] / application / FileUtils.php
index b8ad897029f7f0318feaf91fd76b728dc4d4ea12..a167f642acd925ce7955c92fa6c9d559103f2ea9 100644 (file)
@@ -26,7 +26,7 @@ class FileUtils
      * The file will be created if it doesn't exist.
      *
      * @param string $file    File path.
-     * @param string $content Content to write.
+     * @param mixed  $content Content to write.
      *
      * @return int|bool Number of bytes written or false if it fails.
      *