Merge "shell: Remove documentation that doesn't add meaning to the method"

This commit is contained in:
jenkins-bot 2019-06-18 01:30:50 +00:00 committed by Gerrit Code Review
commit 08a01ddff7

View file

@ -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 ) {