From d5c659cb95273cb175a3678ab4600e62315672ff Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Tue, 7 Aug 2018 12:12:13 +0200 Subject: [PATCH] Replace @remarks by @note @remarks is uncommon and blacklist in phpcs Change-Id: Ia21f340ad75f0f007fea8b1b79e16ab889a74d0c --- includes/libs/filebackend/FileBackend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1