diff options
author | umherirrender <umherirrender_de.wp@web.de> | 2016-11-05 11:55:10 +0100 |
---|---|---|
committer | umherirrender <umherirrender_de.wp@web.de> | 2016-11-05 11:55:10 +0100 |
commit | 34fe90ac52644c3a543ca8adf89900c0fb2de70b (patch) | |
tree | 32994d8c1d484c4905548f79443855ae3acab1e9 /includes/htmlform/fields/HTMLSelectNamespace.php | |
parent | e1cd3142ba528b2ca178c34bd229330adf976fc4 (diff) | |
download | mediawikicore-34fe90ac52644c3a543ca8adf89900c0fb2de70b.tar.gz mediawikicore-34fe90ac52644c3a543ca8adf89900c0fb2de70b.zip |
Remove empty lines at end of functions
It looks like there is something missing after the last statement
Also remove some other empty lines at begin of functions, ifs or loops
while at these files
Change-Id: Ib00b5cfd31ca4dcd0c32ce33754d3c80bae70641
Diffstat (limited to 'includes/htmlform/fields/HTMLSelectNamespace.php')
-rw-r--r-- | includes/htmlform/fields/HTMLSelectNamespace.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/htmlform/fields/HTMLSelectNamespace.php b/includes/htmlform/fields/HTMLSelectNamespace.php index 2e07af6b703f..f13aa1777c9b 100644 --- a/includes/htmlform/fields/HTMLSelectNamespace.php +++ b/includes/htmlform/fields/HTMLSelectNamespace.php @@ -9,7 +9,6 @@ class HTMLSelectNamespace extends HTMLFormField { $this->mAllValue = array_key_exists( 'all', $params ) ? $params['all'] : 'all'; - } public function getInputHTML( $value ) { |