diff options
author | Thiemo Kreuz <thiemo.kreuz@wikimedia.de> | 2020-03-24 09:59:02 +0100 |
---|---|---|
committer | Thiemo Kreuz <thiemo.kreuz@wikimedia.de> | 2020-03-24 09:59:02 +0100 |
commit | 1006aa41e6fe477693a378682d18309104a27ba4 (patch) | |
tree | 0edbb1d0a6289d4a7d3e1c55cd6978e2d2258267 /includes/shell | |
parent | b9f9edad6bb4beff7ff2842171bd4d422da01b87 (diff) | |
download | mediawikicore-1006aa41e6fe477693a378682d18309104a27ba4.tar.gz mediawikicore-1006aa41e6fe477693a378682d18309104a27ba4.zip |
Fix mismatching type hints in PHPDoc tags
This is a collection of random bits from my local stashes. This patch
intentionally only touches comments, no code.
Notably:
* Use more specific string[] instead of array, if possible.
* Some comments mention "or null", but miss to list the type.
Change-Id: I712b28964f125c8e3dcb4e3fb993757a09f96644
Diffstat (limited to 'includes/shell')
-rw-r--r-- | includes/shell/CommandFactory.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/shell/CommandFactory.php b/includes/shell/CommandFactory.php index e549e4981636..87e80c4ed6eb 100644 --- a/includes/shell/CommandFactory.php +++ b/includes/shell/CommandFactory.php @@ -52,8 +52,6 @@ class CommandFactory { private $firejail; /** - * Constructor - * * @param array $limits See {@see Command::limits()} * @param string|bool $cgroup See {@see Command::cgroup()} * @param string|bool $restrictionMethod |