diff options
Diffstat (limited to 'includes/libs/filebackend/FileBackendStore.php')
-rw-r--r-- | includes/libs/filebackend/FileBackendStore.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/libs/filebackend/FileBackendStore.php b/includes/libs/filebackend/FileBackendStore.php index 5fea612e47e6..0ccc63df0330 100644 --- a/includes/libs/filebackend/FileBackendStore.php +++ b/includes/libs/filebackend/FileBackendStore.php @@ -79,7 +79,7 @@ abstract class FileBackendStore extends FileBackend { * returns the MIME type of the file or 'unknown/unknown'. The file * system path parameter should be used if the content one is null. * - * @stable for calling + * @stable to call * * @param array $config */ |