From b4b1e6d698bd9760e8d73be26159aa8dcd15ff14 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Sun, 24 Jun 2018 22:03:48 +0200 Subject: [PATCH] Document return of void in Maintenance::execute Change-Id: I3309bf7c57b5f9304d1fb3ad55d024bec4a43bf5 --- maintenance/Maintenance.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/Maintenance.php b/maintenance/Maintenance.php index 245bb47399..7e5aa318ef 100644 --- a/maintenance/Maintenance.php +++ b/maintenance/Maintenance.php @@ -203,7 +203,7 @@ abstract class Maintenance { /** * Do the actual work. All child classes will need to implement this * - * @return bool|null True for success, false for failure. Not returning + * @return bool|null|void True for success, false for failure. Not returning * a value, or returning null, is also interpreted as success. Returning * false for failure will cause doMaintenance.php to exit the process * with a non-zero exit status. -- 2.20.1