From: Umherirrender Date: Tue, 7 Aug 2018 10:12:13 +0000 (+0200) Subject: Replace @remarks by @note X-Git-Tag: 1.34.0-rc.0~4541^2 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28%27static%27%2C%20filename=%27css/%22%24fichier/%7B%7B%20attachment.url%20%7D%7D?a=commitdiff_plain;h=d5c659cb95273cb175a3678ab4600e62315672ff;p=lhc%2Fweb%2Fwiklou.git Replace @remarks by @note @remarks is uncommon and blacklist in phpcs Change-Id: Ia21f340ad75f0f007fea8b1b79e16ab889a74d0c --- diff --git a/includes/libs/filebackend/FileBackend.php b/includes/libs/filebackend/FileBackend.php index 6d5efa23b9..2852265cbe 100644 --- a/includes/libs/filebackend/FileBackend.php +++ b/includes/libs/filebackend/FileBackend.php @@ -394,7 +394,7 @@ abstract class FileBackend implements LoggerAwareInterface { * This should only be used if all entries in the process * cache were added after the files were already locked. (since 1.20) * - * @remarks Remarks on locking: + * @note Remarks on locking: * File system paths given to operations should refer to files that are * already locked or otherwise safe from modification from other processes. * Normally these files will be new temp files, which should be adequate.