diff options
author | Umherirrender <umherirrender_de.wp@web.de> | 2018-09-07 19:01:32 +0200 |
---|---|---|
committer | Krinkle <krinklemail@gmail.com> | 2018-09-16 15:51:11 +0000 |
commit | a4caa4d0c600d0e3e8a0ac68e21bceeedc7c4660 (patch) | |
tree | f76103d55a8d69a358fa526e005d2defba9bf877 /includes/actions/RollbackAction.php | |
parent | fc656f07abf168905769df806e8971ed1fcab065 (diff) | |
download | mediawikicore-a4caa4d0c600d0e3e8a0ac68e21bceeedc7c4660.tar.gz mediawikicore-a4caa4d0c600d0e3e8a0ac68e21bceeedc7c4660.zip |
build: Updating mediawiki/mediawiki-codesniffer to 22.0.0
Added spaces around .
Removed empty return statement which are not required
Removed return after phpunit markTestIncomplete,
which is throwing to exit the test, no need for a return
Change-Id: I2c80b965ee52ba09949e70ea9e7adfc58a1d89ce
Diffstat (limited to 'includes/actions/RollbackAction.php')
-rw-r--r-- | includes/actions/RollbackAction.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/actions/RollbackAction.php b/includes/actions/RollbackAction.php index 9d336e46138f..dc7b00ea4184 100644 --- a/includes/actions/RollbackAction.php +++ b/includes/actions/RollbackAction.php @@ -151,7 +151,6 @@ class RollbackAction extends FormlessAction { ); $de->showDiff( '', '' ); } - return; } protected function getDescription() { |