From cfb9ddc78d04d16d582df27568c38ffc176859df Mon Sep 17 00:00:00 2001 From: Derick Alangi Date: Mon, 17 Jun 2019 17:40:37 +0100 Subject: [PATCH] shell: Remove documentation that doesn't add meaning to the method Change-Id: I924453f683f058586516bb12e54940449d29cfd9 --- includes/shell/Command.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/shell/Command.php b/includes/shell/Command.php index 20b94459cb..7742075e0f 100644 --- a/includes/shell/Command.php +++ b/includes/shell/Command.php @@ -73,14 +73,14 @@ class Command { private $cgroup = false; /** - * bitfield with restrictions + * Bitfield with restrictions * * @var int */ protected $restrictions = 0; /** - * Constructor. Don't call directly, instead use Shell::command() + * Don't call directly, instead use Shell::command() * * @throws ShellDisabledError */ @@ -93,7 +93,7 @@ class Command { } /** - * Destructor. Makes sure programmer didn't forget to execute the command after all + * Makes sure the programmer didn't forget to execute the command after all */ public function __destruct() { if ( !$this->everExecuted ) { -- 2.20.1