diff options
Diffstat (limited to 'includes/libs/filebackend/filejournal/FileJournal.php')
-rw-r--r-- | includes/libs/filebackend/filejournal/FileJournal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/libs/filebackend/filejournal/FileJournal.php b/includes/libs/filebackend/filejournal/FileJournal.php index 8d0304c1eaad..1a4cc4f990e5 100644 --- a/includes/libs/filebackend/filejournal/FileJournal.php +++ b/includes/libs/filebackend/filejournal/FileJournal.php @@ -46,7 +46,7 @@ abstract class FileJournal { /** * Construct a new instance from configuration. - * @stable for calling + * @stable to call * * @param array $config Includes: * - 'backend': The name of a registered file backend |