diff options
author | Thiemo Mättig <thiemo.maettig@wikimedia.de> | 2016-12-08 17:23:46 +0100 |
---|---|---|
committer | Thiemo Mättig (WMDE) <thiemo.maettig@wikimedia.de> | 2016-12-09 09:01:06 +0000 |
commit | 00c3f09566dd02863a888e496ae32c08f91443b0 (patch) | |
tree | da14305302c075537eadda5d34df6f62b01ec9e2 /maintenance/storage | |
parent | 8642482ee1618aa867e119bd34e5928398590608 (diff) | |
download | mediawikicore-00c3f09566dd02863a888e496ae32c08f91443b0.tar.gz mediawikicore-00c3f09566dd02863a888e496ae32c08f91443b0.zip |
Remove empty lines from PHP and JavaScript comment blocks
This is a pure documentation change. It mostly removes empty lines from
comments (and entirely empty comments), as well as adds a few missing
documentation blocks and fixes a minor mistake. I hope it's ok to have
this in one patch. I can split it, please tell me.
Change-Id: I9668338602ac77b903ab6b02ff56bd52743c37c4
Diffstat (limited to 'maintenance/storage')
-rw-r--r-- | maintenance/storage/compressOld.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/maintenance/storage/compressOld.php b/maintenance/storage/compressOld.php index 28be6a3311fc..c17ce99ca791 100644 --- a/maintenance/storage/compressOld.php +++ b/maintenance/storage/compressOld.php @@ -51,13 +51,11 @@ require_once __DIR__ . '/../Maintenance.php'; class CompressOld extends Maintenance { /** * Option to load each revision individually. - * */ const LS_INDIVIDUAL = 0; /** * Option to load revisions in chunks. - * */ const LS_CHUNKED = 1; |