X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=application%2FFileUtils.php;h=a167f642acd925ce7955c92fa6c9d559103f2ea9;hb=61f63d1086b2181ef92976338e593414199d1275;hp=b8ad897029f7f0318feaf91fd76b728dc4d4ea12;hpb=b2306b0c783365e3f8110ae25bc93f2630b8b2c8;p=github%2Fshaarli%2FShaarli.git diff --git a/application/FileUtils.php b/application/FileUtils.php index b8ad8970..a167f642 100644 --- a/application/FileUtils.php +++ b/application/FileUtils.php @@ -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. *