Replace @remarks by @note
authorUmherirrender <umherirrender_de.wp@web.de>
Tue, 7 Aug 2018 10:12:13 +0000 (12:12 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Tue, 7 Aug 2018 10:12:13 +0000 (12:12 +0200)
@remarks is uncommon and blacklist in phpcs

Change-Id: Ia21f340ad75f0f007fea8b1b79e16ab889a74d0c

includes/libs/filebackend/FileBackend.php

index 6d5efa2..2852265 100644 (file)
@@ -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.