diff options
Diffstat (limited to 'includes/libs/rdbms/exception/DBAccessError.php')
-rw-r--r-- | includes/libs/rdbms/exception/DBAccessError.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/libs/rdbms/exception/DBAccessError.php b/includes/libs/rdbms/exception/DBAccessError.php index 605eaa451e4f..454ef7cc0943 100644 --- a/includes/libs/rdbms/exception/DBAccessError.php +++ b/includes/libs/rdbms/exception/DBAccessError.php @@ -28,7 +28,7 @@ namespace Wikimedia\Rdbms; */ class DBAccessError extends DBUnexpectedError { /** - * @stable for calling + * @stable to call */ public function __construct() { parent::__construct( null, "Database access has been disabled." ); |