From: Derick Alangi Date: Mon, 17 Jun 2019 16:40:37 +0000 (+0100) Subject: shell: Remove documentation that doesn't add meaning to the method X-Git-Tag: 1.34.0-rc.0~1369^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=cfb9ddc78d04d16d582df27568c38ffc176859df;p=lhc%2Fweb%2Fwiklou.git shell: Remove documentation that doesn't add meaning to the method Change-Id: I924453f683f058586516bb12e54940449d29cfd9 --- 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 ) {